MongooseError [MongooseServerSelectionError]: connection to 52.6.250.237:27017 closed

后端 未结 5 1275
盖世英雄少女心
盖世英雄少女心 2021-01-01 12:43

i am trying to save data in mongodb through post method and using mongodb atala with node.js but it keeps giving me an error, i provided correct connection string and correc

5条回答
  •  鱼传尺愫
    2021-01-01 13:38

    Did you have this line in your index.js app.use(cors())?

    Try to delete this line and delete everything that involves cors.

    If this don't work try the Mehdi Berra's solution

提交回复
热议问题