You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @akhilesh2310, I had a similar problem where 'mongodb+srv' was the problem. I solved it by going to atlas configuration for the cluster and from there you click on "connect" and choose "connect from application" and choose the older version of the driver where it contains only "mongodb://" without" mongodb+srv:\".
mongodb+srv://username:[email protected]/dbName?retryWrites=true&w=majority
Getting the following error:
{
"message": "invalid schema, expected mongodb",
"error": {},
"title": "ERROR"
}
I tried with mongodb lab url string and it worked but with this not working
The text was updated successfully, but these errors were encountered: