Error Message: MongoError: bad auth Authentication failed through URI string

前端 未结 15 1882
终归单人心
终归单人心 2020-12-29 02:36

I\'m trying to connect to my mongoDB server via the connection string given to me by mongo:

"mongodb+srv://david:p         


        
15条回答
  •  温柔的废话
    2020-12-29 03:06

    I faced a similar issue, weirdly enough it got resolved when I created a new user in database access. This time though I clicked on autogenerate password. It should not matter but in my case it solved the issue.

提交回复
热议问题