Mongodb: failed to connect to server on first connect

前端 未结 13 2978
陌清茗
陌清茗 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:17

    Adding one more answer as the solution is from different contexts:

    MongoDb Atlas problem solution

    I connected to MongoDB Atlas and whitelisted my machine's IP by following the below steps:

    • Go to the security tab

    • Go to the network access tab under the security tab

    • Go to the IP whitelist tab

    • Enter the IP address of your machine

提交回复
热议问题