node-express-mongodb icon indicating copy to clipboard operation
node-express-mongodb copied to clipboard

can't connect to database!

Open ghost opened this issue 3 years ago • 2 comments

Server is running on port 8080. Cannot connect to the database! MongooseServerSelectionError: connect ECONNREFUSED ::1:27017

ghost avatar Feb 28 '22 10:02 ghost

This is working perfectly. If you are using Windows then use "mongodb://0.0.0.0:27017/bezkoder_db" instead of "mongodb://localhost:27017/bezkoder_db". Hope this solves the problem.

mdmuhtasimfuadfahim avatar May 07 '23 06:05 mdmuhtasimfuadfahim