ECONNREFUSED error when connecting to mongodb from node.js

前端 未结 13 1224
不思量自难忘°
不思量自难忘° 2020-11-27 05:51

I know I\'m doing some very stupid and noobish, but I\'m hoping someone can help me set up a basic database connection to mongodb from node.js on a mac.

I\'ve instal

13条回答
  •  一整个雨季
    2020-11-27 06:28

    I had facing the same issue while writing a simple rest api using node.js eventually found out it was due to wifi blockage and security reason . try once connecting it using your mobile hotspot . if this be the reason it will get resolved immediately.

提交回复
热议问题