I have a completely new clean project created with the cli, I.E. serverpod create project_name
. But when I run the startup commands for the server, it fails to connect to the database.
I run
$ docker compose up --build --detach
$ dart bin/main.dart
The server continues to spam this error message, over and over again.
Failed to connect to the database. Retrying in 10 seconds. PostgreSQLSeverity.fatal 28P01: password authentication failed for user "postgres"
I made sure I didn't run any docker containers from other projects, the postgres and redis containers comes from this new project but I still face this error.