MongoServerSelectionError: connect ECONNREFUSED ::1:27017
// instead of this
const url = "mongodb://localhost:27017";
// Just Replace
const url = "mongodb://0.0.0.0:27017";
MongoServerSelectionError: connect ECONNREFUSED ::1:27017
// instead of this
const url = "mongodb://localhost:27017";
// Just Replace
const url = "mongodb://0.0.0.0:27017";
npm ERR! Error: connect ECONNREFUSED
npm config set proxy null
npm config set https-proxy null
npm config set registry http://registry.npmjs.org/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us