mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[Bug]: Infinite loading circle after login screen #833
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 @Shajirr on GitHub (Oct 11, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Microsoft Edge, Firefox
Current behavior
Planka was installed via Docker following instructions:
https://docs.planka.cloud/docs/installation/docker/production-version/
Docker is using WSL with Debian
Logs for postgres-1 container show that the Postgres database is up and running,
while planka-1 container is shown as running but has no logs whatsoever.
It is accessible on localhost:3000 (but not on the name I specified in the config file),
I saw the login page once, and when I used the previously specified login credentials to log in,
it only shows the loading circle, infinitely.
Restarting the container doesn't help.
Desired behavior
program should work
Steps to reproduce
https://docs.planka.cloud/docs/installation/docker/production-version/
Other information
OS: Windows 10 LTSC 21H2 19044.6332
Docker: Version 4.48.0 (207573)
Planka: planka:2.0.0-rc.4
@AndreiDrang commented on GitHub (Oct 11, 2025):
Hi
Did u use any reverse proxy (like nginx)? Can u check browser console logs output?
I recently installed Planka on a server (Cloudflare + Nginx + Docker Compose) and ran into a similar problem. I had an error in the WSS endpoint; it needed to be configured separately in Nginx.
@Shajirr commented on GitHub (Oct 12, 2025):
not using any
and browser console displays connection error (repeatedly):
@AndreiDrang commented on GitHub (Oct 12, 2025):
Yep
Just now creating new compose with 3 services and successfully open Planka and creating project.
Here is minimal working version for me - https://gist.github.com/AndreiDrang/e59bb0cc2226a34ffa7998ebcfa129ef