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
Hello, in my adonisjs application I'm using Lucid Mongo, I like db mongo I'm using Atlas, in my environment setting I'm setting DB_HOST to url which is mongo + srv: // ... however this gives an error when I try do some connection operation in the bank:
Hello, in my adonisjs application I'm using Lucid Mongo, I like db mongo I'm using Atlas, in my environment setting I'm setting DB_HOST to url which is mongo + srv: // ... however this gives an error when I try do some connection operation in the bank:
Error:
"Invalid mongodb uri" mongodb + srv: ... "Must begin with" mongodb: // ""
How do I get around this error?
The text was updated successfully, but these errors were encountered: