mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
[Bug]: White screen when updating planka #528
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Asynchronite on GitHub (Jun 16, 2024).
Where is the problem occurring?
I'm not sure
What browsers are you seeing the problem on?
Chrome, Firefox
Current behaviour
Currently, I tried updating planka by running docker-compose pull, and then docker-compose up -d. The reason why I didn't do docker-compose down first is because I do not want to loose all of my data on the planka.
After which, I only got a blank screen, with a warning that images on the website might be dangerous and uncached or something like that (but that's outside of the scope of this issue)
Desired behaviour
After running docker-compose up -d, I expected my planka instance to boot up again with whatever the new update contained, not with a blank white screen
Steps to reproduce
Other information
Yes, I tried restarting my VPS, still nothing.
@Asynchronite commented on GitHub (Jun 16, 2024):
I have backups so I can switch to the before and after, but even before I pull, there are a lot of errors when I run docker-compose logs.

Actually, I think it's the same error over and over again.
@Asynchronite commented on GitHub (Jun 16, 2024):
Ends up it was my docker-compose.yml and proxy manager. Make sure you have it set to HTTP/HTTPS depending on your NGINX config.