mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Version 2 gets stuck after OIDC login with authentik (only with apple devices) #697
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 @epcos71 on GitHub (May 10, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Safari
Current behavior
I have setup planka version 2.0.0-rc2 with docker compose & nginx proxy manager together with OIDC authentification with authentik (identical setup with Version 1.26.2 which works properly and fine since a long time).
Using Chrome or Edge on Windows11 the login with Version 2 works absolutly fine and the tool works as desired
When I try to open Planka with an iOS or macOS based device the authentification with authentik works fine, but after that I have a PLANKA black screen. It seems that I am logged-in but the content is not loaded.
Desired behavior
No response
Steps to reproduce
Other information
No response
@meltyshev commented on GitHub (May 10, 2025):
Hi! Thanks for reporting this. We'll definitely test logging in with Authentik on iOS to see what might be wrong.
@meltyshev commented on GitHub (May 12, 2025):
Should be related to this: https://github.com/plankanban/planka/issues/1122. Working on the fix.
@meltyshev commented on GitHub (May 13, 2025):
A quick update: A
nightlyDocker version is already available, which you can try out to see how it works now.Steps to update if you're using
docker-compose.yml:docker compose downdocker-compose.ymlfile toghcr.io/plankanban/planka:nightlydocker compose pulland thendocker compose up -dNote: It's not recommended to use the
nightlytag long-term, but it can help us verify whether the issue has been resolved. I recommend switching back to the stable (non-nightly) version once the next official release is available. Also, consider creating a backup beforehand, just in case, although switching the image shouldn't cause any issues.@epcos71 commented on GitHub (May 13, 2025):
@meltyshev Just tested on macOS and iOS. Works fine! Thanks a lot!