Problems logging in #25
Replies: 1 comment 1 reply
-
Thanks for reporting this behavior. Based on the logs, it seems that the password in the .env file does not match the password of the database. Normally, if no database exists, it will be created with the password in the .env file. Is it possible that a database with another password was previously generated? It will be in the In any case, if you did not launch any calculation, you can safely delete the Let me know if that solves the issue! I'm happy to have you interested in the project. |
Beta Was this translation helpful? Give feedback.
-
Hey devs,
I have everything up and running and am excited to contibute to this repo. However, when I attempt to log in using the email I provided when I generated the .env file, and the password 'default', I get a page that says: "Content could not be loaded: internal server error".
I don't know if this helps, but when I launch the server from the terminal, it mentions these lines:
calcus-postgres-1 | 2023-02-06 06:22:16.719 UTC [37] FATAL: password authentication failed for user "calcus"
calcus-postgres-1 | 2023-02-06 06:22:16.719 UTC [37] DETAIL: Password does not match for user "calcus".
And when I try to log in, this comes up in the terminal:
calcus-web-1 | psycopg2.OperationalError: FATAL: password authentication failed for user "calcus"
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions