Git Product home page Git Product logo

Comments (4)

znation92 avatar znation92 commented on July 22, 2024

these steps solved the issue for me. give it a try

  1. install the dependencies in both the main project folder and the client folder
  2. make sure your mongoDB is running,
  3. add your localhost Db uri to the config.env file which is most likely mongodb://localhost:27017/nameofapp

from expense-tracker-mern.

harshbhandariv avatar harshbhandariv commented on July 22, 2024

stackoverflow
This should solve your issue.

from expense-tracker-mern.

trilionit avatar trilionit commented on July 22, 2024

stackoverflow
This should solve your issue.

Had a similar issue in the past and this solved it for me.

from expense-tracker-mern.

frolicSandy avatar frolicSandy commented on July 22, 2024

I was stuck at the same error for a while and none of these solutions seemed to work for me. The error message I was getting is as follows:
Error: connection <monitor> to 15.206.200.5:27017 closed
[nodemon] app crashed - waiting for file changes before starting...
Proxy error: Could not proxy request /api/v1/transactions/ from localhost:3000 to http://localhost:5000/.
See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).

Solution:

  1. Add the following IP address to the IP Access list in MongoDB Atlas.
    0.0.0.0/0
  2. Follow the steps in the previous comment's stackoverflow link to solve Proxy error



    Adding this comment just in case someone faces the issue similar to mine

from expense-tracker-mern.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.