#MongoDB connection issues
11 messages · Page 1 of 1 (latest)
Project ID: N/A
I assume you may have changed the database name?
I have set it to "test" wich already exist in it
MONGO_URL="mongodb://<user>:<pass>@<host>:<port>/test"
have you changed anything service variables wise?
I works now, by removing the "/test"
is this mongoose?
Yes
you need to specify the database name in the options object
Alright thanks brody 👌