mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: Error while initializing OIDC client: RPError: outgoing request timed out after 3500ms #811
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 @alexsalex on GitHub (Sep 16, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Firefox, Safari
Current behavior
App Version: 1.26.3
Using Planka on TrueNAS. Trying to add OIDC Authentik and get this error. Added only this vars:
Container starts without any issue, but when I load the page I got this error in logs:
And page not loaded. Trying to find help to debug and fix it.
Desired behavior
No response
Steps to reproduce
TrueNAS add OIDC env. And you will see the issue.
Other information
No response
@alexsalex commented on GitHub (Sep 19, 2025):
Anybody?!
@meltyshev commented on GitHub (Sep 19, 2025):
Hi! I'm not familiar with TrueNAS, but the error looks pretty clear - the container can't reach your provider. You can try to test it manually by connecting into the container and running something like
ping authentik.companyto check if it's actually reachable from inside. If it's not, then it's definitely a networking issue on the container/host side. The config itself looks fine though, I'm using something similar with my Authentik setup.@alexsalex commented on GitHub (Sep 19, 2025):
yes, I understand the error. And the problem is what I can reach the auth domain from the container without any issue. I can curl it, can wget it, I can ping it. I can retrieve the json config from authentik from inside the container.
@alexsalex commented on GitHub (Sep 22, 2025):
@meltyshev could you help me to debug it? I can't get any debug logs in this case? How to increase timeout?
@meltyshev commented on GitHub (Sep 22, 2025):
If you're able to connect into the container, you can check directly whether the discovery URL is failing due to a timeout or because it's unreachable from inside the app. From
/app, you can run:That will show if the endpoint is reachable at all.
You can also try with the same
openid-clientlibrary but extend the timeout:@alexsalex commented on GitHub (Sep 26, 2025):
After update in TrueNAS apps issue fixed.
@meltyshev thank you so much for your help. And thanks for information on how to debug this kind of issues!
appreciate it.
@pentiumoverdrive commented on GitHub (Oct 21, 2025):
I have the same symptom, but I am using an outbound proxy and cant find any way for the planka to pick up my http and https proxy vars which exists within the container.
Everything works flawless from outside the container.
Any clues on how to get planka to utilize the proxy when contacting the IDP?