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
So, when I try to connect to a shared mongodb atlas cluster, which uses mongodb+srv:// scheme, the admin panel says a invalid scheme is provided.
error message: Config error: TypeError: uri must be mongodb scheme
The text was updated successfully, but these errors were encountered:
I replaced the outdated mongo-uri parser with my own solution and updated the mongoDb drivers.
The impl is definitely unstable as it doesn't catch missing required params yet. But as long as you provide a valid uri it should be fine. The worst that can happen anyway, is that the MongoClient won't connect due to bad uri. #276
So, when I try to connect to a shared mongodb atlas cluster, which uses mongodb+srv:// scheme, the admin panel says a invalid scheme is provided.
error message: Config error: TypeError: uri must be mongodb scheme
The text was updated successfully, but these errors were encountered: