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
Is it me that missed something in the documentation?
StephaneColson
changed the title
Authentication fails when having an encoded character in password
Authentication fails when not adding database name at the end of uri
May 19, 2023
I don't know (neither understand) why, but it's working without the workaround. Maybe that the mongodb configuration (or version) changed.
So this ticket can be closed.
Hi,
I have an issue when passing a password with a character '?' needing to be percent encoded (as specified in https://www.mongodb.com/docs/manual/reference/connection-string/)
When using this in
cypress.config.ts
with escaped '?'I get error
authentication failed
when usingcy.mindMany
When using this in
cypress.config.ts
with unescaped '?'I get error
Password contains unescaped characters
when usingcy.mindMany
I can connect to the mongodb using Studio 3T with no problem:
Environment:
Is escaping of chars in password supported?
Thx
The text was updated successfully, but these errors were encountered: