[Bug]: Version 2 gets stuck after OIDC login with authentik (only with apple devices) #697

Closed
opened 2026-02-04 21:00:12 +03:00 by OVERLORD · 4 comments
Owner

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

  • Install Planka with nginx proxy manager and authentik.
  • Open planka on a iOS or macOS device

Other information

No response

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 - Install Planka with nginx proxy manager and authentik. - Open planka on a iOS or macOS device ### Other information _No response_
Author
Owner

@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 10, 2025): Hi! Thanks for reporting this. We'll definitely test logging in with Authentik on iOS to see what might be wrong.
Author
Owner

@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 12, 2025): Should be related to this: https://github.com/plankanban/planka/issues/1122. Working on the fix.
Author
Owner

@meltyshev commented on GitHub (May 13, 2025):

A quick update: A nightly Docker 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:

  • Run docker compose down
  • Change the image in your docker-compose.yml file to ghcr.io/plankanban/planka:nightly
  • Run docker compose pull and then docker compose up -d

Note: It's not recommended to use the nightly tag 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.

@meltyshev commented on GitHub (May 13, 2025): A quick update: A `nightly` Docker 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`: - Run `docker compose down` - Change the image in your `docker-compose.yml` file to `ghcr.io/plankanban/planka:nightly` - Run `docker compose pull` and then `docker compose up -d` **Note:** It's not recommended to use the `nightly` tag 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.
Author
Owner

@epcos71 commented on GitHub (May 13, 2025):

@meltyshev Just tested on macOS and iOS. Works fine! Thanks a lot!

@epcos71 commented on GitHub (May 13, 2025): @meltyshev Just tested on macOS and iOS. Works fine! Thanks a lot!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#697