Mongodb: failed to connect to server on first connect

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

    For me,issue was mongo was not running.So first i started "mongod" command in the console.And later in another console tab I have run "mongo". Now the connection is successful. Now run your app your problem should be solved.

提交回复
热议问题