Hi. I was trying to set up the project locally on my system and followed all the steps. I am even able to run the server and open it on localhost:9099, however, I get an error on the page which says role "postgres" does not exist. I saw that in the config.js file, there is a database connection object which has a username and password, and in my
2023-01-31 03155, 2023
pinkman7009
case, the username is "postgres" and the password is an empty string. Is there a particular database username and password that I need to use, or is there some other direction I need to look into?
2023-01-31 03135, 2023
pinkman7009 has quit
2023-01-31 03130, 2023
pbryan
CatQuest KassOtsimine bump. :-)
2023-01-31 03105, 2023
pinkman7009 joined the channel
2023-01-31 03140, 2023
pinkman7009 has quit
2023-01-31 03110, 2023
pinkman7009 joined the channel
2023-01-31 03124, 2023
agatzk has quit
2023-01-31 03115, 2023
pinkman7009 has quit
2023-01-31 03117, 2023
agatzk joined the channel
2023-01-31 03127, 2023
CatQuest
oh hi pbryan
2023-01-31 03140, 2023
CatQuest
what was it you wanted to talk about?
2023-01-31 03119, 2023
pinkman7009 joined the channel
2023-01-31 03115, 2023
ArjunM joined the channel
2023-01-31 03133, 2023
pinkman7009
Hi everyone! I tried running the project locally on my system, but I am facing an error while running the script to import the database dump. I also ran the ./develop.sh script, and it says on the home page with a 500 error, that role "postgres" does not exist. I tried re-installing postgres on my system as well, but that didn't help either. A