FATAL: password authentication failed for user "postgres"
timchattaway-hb
TRIALOP
a year ago
Summary of Issue:
Error: My app fails to connect to the PostgreSQL database, showing password authentication failed for user "postgres".
Environment:
DATABASE_URL password and PGPASSWORD is matching.
Logs: PostgreSQL requires scram-sha-256 authentication, and the password in DATABASE_URL must match the actual postgres user password.
Considering the variables in the App and Postgres both match, confused why I get this error.
ⓘ Deployment information is only viewable by project members and Railway employees.
0 Replies