Describe the bug
Authentication error when trying to connect to Mongo. I get the following error when trying to connect to mongo using user credentials -
{
"error": "connection() error occured during connection handshake: auth error: sasl conversation error: unable to authenticate using mechanism \"SCRAM-SHA-1\": (AuthenticationFailed) Authentication failed.",
"ok": false
}
I am able to login via mongo-shell using the same creds as in the screenshot below. However the ORM throws error -
Describe the bug Authentication error when trying to connect to Mongo. I get the following error when trying to connect to mongo using user credentials -
I am able to login via mongo-shell using the same creds as in the screenshot below. However the ORM throws error -
Note: This is similar to this closed issue.
To Reproduce Steps to reproduce the behavior:
Connect to mongo using the ODM
Expected behavior Connection should not fail when trying to connect via above piece of code
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.