Docker compose Postgres mistake or upgrade to 0.19.0 error ?
Hello I think I ran a docker compose that overwrote the dokploy postgres image so now when I try to login it says invalid login. Is there a way to 1. remove the app I created from the command line. 2. reinstall dokploy without losing the existing apps? Each app are still running in their own docker containers. Thanks for your help
1 Reply
Actually not sure if it's related to postgres. I try to run a docker compose file, deploy failed. Then I upgraded to 0.19.0 then it logged me out
The error I have on login is
Invalid origin
which leads me to the 0.19.0 changelog : Additionally, if you encounter login issues (Invalid Origin, etc.), we recommend clearing cookies & local storage and refreshing the page.
so it's fixed I can access after reseting the cookies/cache!