I am using docker with the provide compose file, everything works fine apparently but when i try to login i get a blank page and in the logs i noticed this:
pg_1 | 2023-07-13 07:14:56.063 UTC [95] FATAL: password authentication failed for user "nyala" pg_1 | 2023-07-13 07:14:56.063 UTC [95] DETAIL: Role "nyala" does not exist. pg_1 | Connection matched pg_hba.conf line 100: "host all all all scram-sha-256"
I tried to dig into the code and i've found that this user should be created by this file, but i couldn't find any process actually using it.
Any help will be appreciated.