-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
databaseURI with email and password causes error #79
Comments
omairvaiyani
changed the title
Uncaught Internal Server Error
databaseURI with email and password causes error
Jan 30, 2016
I think you should be using the database username and not an email |
Yeah I don't think it's valid to have an email address to sign in to mongo, especially since it's constructed like a URL. protocol://user:pass@server/database. The @ sign in the email would be misinterpreted as the break between authentication and server address. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just tried setting up a local server and sent a curl request, received this error in console. Before giving more details, is there an obvious mistake that I could have made to cause this?
EDIT:
After looking into it, it seems that the way
ExportAdapter
connects withMongoClient
doesn't account for authentication with email+password within thedatabaseURI
parameter. How do we manage this as I haven't seen this in the migration docs?The text was updated successfully, but these errors were encountered: