Open Volqano opened 4 months ago
About the FATAL: password authentication failed for user "newuser"
- I think you're trying to authenticate as "newuser" not postgres. You always should be authenticating as postgres to the db. In PostgreSQL we have multiple users, each one with permissions. newuser
just doesn't exist in our instance
Errors when running make up-b
Also I’m encountering an HTTP 403 Forbidden error when trying to access 127.0.0.1. The error message states “You don’t have permission to view this page.”
Originally posted by @Volqano in https://github.com/JanKaczmarski/heaven-in-mouth/issues/80#issuecomment-2243748054