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
@rchamorro The URI build should resemble to Official Mongodb Uri documentation: mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]
I think this is related to the "?options" concatenation to the URI.
The "database" section is mandatory on some methods for the MongoDB Pool Class.
When using mongodb_backend with authentication we have this error when updating a module (giscedata_telegestion_comer):
We were able to solve it changing the uri property of mongodb2.py to not include the database name. Like this:
Line 137:
But it then it fails authenticating with normal usage of the module :(
The text was updated successfully, but these errors were encountered: