Mongodb: failed to connect to server on first connect

前端 未结 13 3003
陌清茗
陌清茗 2020-12-15 15:52

I get the following error:

Warning { MongoError: failed to connect to server [mongodb:27017] on first connect
    at Pool. (/Users/michaelks         


        
13条回答
  •  情书的邮戳
    2020-12-15 16:19

    While connected to a wifi network, mongodb://localhost/db_name worked as expected.

    When I wasn't connected to any wifi network, this couldn't work. Instead I used, mongodb://127.0.0.1/db_name and it worked.

    Probably a problem to do with ip configurations.

提交回复
热议问题