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
My current understand is that Autumn does not currently support using a password or username in production.
I used the following redacted URI for Mongo, I believe this should work but recieved an error AUTUMN_MONGO_URI="mongodb://username:password@localhost:27017/database" cannot assign requested address and namespace (error 99)
While database authentication is certainly not needed, I'd appreciate its implementation
The text was updated successfully, but these errors were encountered:
insertish
changed the title
feature request: MongoDB username & password commpatibility
issue: "cannot assign requested address and namespace" with MongoDB and credentials
Mar 28, 2024
This issue is stale, if a reproduction of the issue does show up, please post and re-open.
We are using username:password connection strings in production with no issue.
What do you want to see?
My current understand is that Autumn does not currently support using a password or username in production.
I used the following redacted URI for Mongo, I believe this should work but recieved an error
AUTUMN_MONGO_URI="mongodb://username:password@localhost:27017/database"
cannot assign requested address and namespace (error 99)
While database authentication is certainly not needed, I'd appreciate its implementation
The text was updated successfully, but these errors were encountered: