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
Description @jmikola has raised concerns with our handling of both the database path and collection query string in a MongoDbStore constructed with a MongoDB connection URI. Please see #37140 (comment)
How to reproduce
Construction of a MongoDbStore using a MongoDB connection URI with collection= in the querystring.
Possible Solution
We should remove collection from the query string before passing the URI to the driver.