Postgresql – Error connecting to Postgres database, but can connect on pgadmin
Im having this error when trying to connect to the database: [auth][cause]: error: password authentication failed for user "user" But i can connect to pgadmin normaly with the same credentials so I dont undertand whats going on. docker-compose.yaml services: postgres:…