[Error: failed to connect to [localhost:27017]] from NodeJS to mongodb

后端 未结 6 897
不知归路
不知归路 2021-01-01 18:11

I am having problem connecting to MongoDB from NodeJS using following sample code. I tried running \"mongod\" with or without sudo but nodejs code still fail to connect. I a

6条回答
  •  既然无缘
    2021-01-01 18:39

    • This issue can occur if your mongoDBwasnot shutdown properly Mongodb can't connect to localhost but can connect to localhost's IP address
    • Start your mongoDB Server using follwoingcommand and then try same ./mongod --bind_ip localhost

提交回复
热议问题