mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Planka docker installation behind Traefik RP - Problem since version 1.8.6 #260
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 @johann8 on GitHub (Dec 6, 2022).
I have Planka docker installation behind Traefik RP. Since version 1.8.6. I have Infinite loading on page load. I have to click refresh site to get to the login page. After that everything works as usual. In the browser console I don't see any error. If I go back to version 1.8.5, then the problem is gone.
How can I debug the problem? Traefik is running on the other host. My traefik configuration is file-provider-planka.yml:
Screenshot:

Traefik version: 2.9.5
Docker version: 20.10.21
OS: Rocky Linux 8.7
Does anyone have a tip for me?
Thanks a lot
@Xanderr commented on GitHub (Dec 12, 2022):
I'm having the exact same issue. Rolling back to 1.8.5 fixes the problem. My setup is entirely different though, so I'm not sure Traefik is at fault here. In my case, I'm running a Docker container on Unraid and I'm just accessing it via the NAS' IP + Planka port directly.
BASE_URL is set correctly (I triple checked). Sadly, Planka doesn't output any errors. Not in the docker logs (or the log file) and not in the frontend. So it's kinda difficult to give any meaningful information to the devs.
I found similar errors (infinite loading) on here, but those were all related to reverse proxies which I'm not using.
@meltyshev commented on GitHub (Dec 14, 2022):
After version 1.8.5, the base image was updated along with the alpine version. But it’s unclear how this could affect the loading... I'll try to reproduce this to try to figure out the problem.
@Xanderr commented on GitHub (Dec 14, 2022):
@meltyshev Just an idea, but I also saw a commit, after the 1.8.5 version bump, updating dependencies including react-router (major version increase from 5 to 6). Maybe it's related to that? It does seem like a initial page routing problem.
The problem doesn't occur when I try to open the /login page directly. Sadly that's not really a solution, because the page doesn't automatically continue to main page when I'm logged in already.
@meltyshev commented on GitHub (Dec 14, 2022):
It seems you are right. I managed to get an endless loading screen on the local version when I deleted cookies and reloaded the page. Trying to figure it out...
@meltyshev commented on GitHub (Dec 15, 2022):
I've made some changes related to router synchronization. Please try version 1.8.8, I hope the problem will be solved.
@johann8 commented on GitHub (Dec 15, 2022):
@meltyshev The Version 1.8.8 works. Thank you very match!
@Xanderr commented on GitHub (Dec 16, 2022):
@meltyshev Can confirm it works for me too :) Much thanks!