Closed weilinear closed 8 months ago
Hey @weilinear, thanks for the feedback 🙌. You're right, as it was now it was generating conflicts as some files were already in the local_db folder. Also, I've changed the default POSTGRES_USER and POSTGRES_PASSWORD to postgres
, as that avoids conflicts within the container. Let me know if it works now ✌️
Thanks for the quick action. Another point, the DB works but dashboard still doesn't seem to work for me. It gave me as error that
Something went wrong... Check server logs.
I researched a bit and it might be related to the creattesuperuser
is assuming "default" as the postgres datadb name. This seems to solve the issue.
@weilinear where exactly is that error showing up? When the dashboard app is compiling?
When I tried to login to the dashboard (after input username/password)
I was not able to reproduce that issue, but glad to know you were able to solve it 👌
Thanks for the great project. I'm running it on my windows machine and followed INSTALLATION.md. I'm having issues with the db container.
I'm trying the following on
I cannot login to the dashboard either.
Here is my .env file
I'm running with current head version: 15beceab1a439b709be7e19d9fc237e35813bd81. The only change I made is in the docker compose as I'm always getting an error on postgresql as it complains /var/lib/postgresql/data is not empty because of postgresql.conf file.