MongoDB local machine connection error with nodjs (mongoose)

mongoose.connect("mongodb://localhost/test"); or mongoose.connect("mongodb://localhost:27017/test");

results in 

MongooseServerSelectionError: connect ECONNREFUSED ::1:27017

Solutions

use
MONGOURL="mongodb://127.0.0.1/test"

Comments

Popular posts from this blog

How to Make A Reusable Image Slideshow HTML Component With Vanilla JavaScript

HTML Tags and Inline CSS that Work In Plotly.js Title

How to Type Spaces In HTML Input And Display In the Browser