Answers for "mongooseserverselectionerror: connect econnrefused"

2

MongoServerSelectionError: connect ECONNREFUSED ::1:27017

// instead of this
const url = "mongodb://localhost:27017";

// Just Replace
const url = "mongodb://0.0.0.0:27017";
Posted by: Guest on February-15-2022
0

(node:15855) UnhandledPromiseRejectionWarning: MongooseServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017

mongodb://localhost:27017/{DATABASE_NAME}
Posted by: Guest on January-25-2022

Code answers related to "mongooseserverselectionerror: connect econnrefused"

Browse Popular Code Answers by Language