mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: UI not loading #733
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 @ViperWriter on GitHub (Jun 9, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Chrome
Current behavior
Only loading animation appears, as I can seem no any issues with docker container.
What kind of logs do you need?
Desired behavior
No response
Steps to reproduce
Other information
No response
@meltyshev commented on GitHub (Jun 10, 2025):
Hi! To understand what might be wrong, we need to know your configuration - specifically, which installation method you used and what
BASE_URLyou specified. You can also try checking the browser console for errors by pressing F12.@Acider commented on GitHub (Jun 10, 2025):
I had the same problem.
Planka is installed via Docker. Used nginx reverse proxy.
Fixed it with correct Nginx configuration.
https://docs.planka.cloud/docs/configuration/reverse-proxy/nginx
I was missing section
location ~* \.io {}@cheesetosti commented on GitHub (Jun 11, 2025):
Thanks, that fixed it for me too.
PS: might be worth checking if TRUST_PROXY=true is put in your environment stuff