I\'m trying to connect to my mongoDB server via the connection string given to me by mongo:
"mongodb+srv://david:p
I had the same problem, and in my case, the answer was as simple as removing the angle brackets "<"and ">" around . I had been trying: my_login_id:, when it should have been my_login_id:my_password.
my_login_id:
my_login_id:my_password