I\'m trying to connect to my mongoDB server via the connection string given to me by mongo:
"mongodb+srv://david:p
I think you're confused with the mongodb account password and user password. You should use user password, not account password. That was the reason of my case.