JanKaczmarski / heaven-in-mouth

Food-delivery app WIP
MIT License
1 stars 0 forks source link

HIGH - fix bugs in PR #81

Open Volqano opened 1 month ago

Volqano commented 1 month ago

Errors when running make up-b

errors

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

JanKaczmarski commented 1 month 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