I am trying to connect MongoDB with node.js but whenever I try I am getting this error. (MongoDB is started).
I tried to restart MongoDB.
I am trying to connect MongoDB with node.js but whenever I try I am getting this error. (MongoDB is started).
I tried to restart MongoDB.
I found the solution, by replacing the URI from (mongodb://localhost:27017) to (mongodb://0.0.0.0:27017).
And it worked for me.