Strapi v4 + Postgres + heroku : Error: password authentication failed for user “…”

image
I’ve found that heroku updated the database url :
This command Is for seeing the new database url:
heroku config:get DATABASE_URL -a <your_heroku_app_name>
I changed it and now it’s Working .

1 Like