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

后端 未结 6 917
不知归路
不知归路 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:44

    yes , I came across this error too, and my hosts is as follow: 127.0.0.1 xxxxxx(the ip of my computer) and when I ran npm start in express project, it got an error like that . After I tried to change the mapping of 127.0.0.1 to localhost, it had no error.

提交回复
热议问题