Error while connecting tracker store to MongoDB

Does anyone know what is the issue here?

Before I tried only docker-compose up but here they suggest this command i used instead: mongodb - Mongo authentication inside Docker - Stack Overflow

Also for some reason this happens:

Untitled

But in my endopints.yml I’ve specified my name of database:

tracker_store:

  type: mongod

  url: mongodb://mongo:27017

  database: test

Hey @rasafan

Did you also correctly specified username and password in the endpoints.yml?

The example configuration is here

Thanks, yes I did but it still didn’t work so I switched to Postgresql.

Alright, I hope that works for you now then. :slight_smile:

1 Like