DEV Community

Jason X.
Jason X.

Posted on

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

I had the same problem, and in my case, the answer was as simple as removing the angle brackets "<"and ">" around <password>. I had been trying: my_login_id:<my_password>, when it should have been my_login_id:my_password.

Top comments (0)