mirror of
https://github.com/plankanban/planka.git
synced 2025-12-10 01:10:33 +03:00
[Bug]: Error while initializing OIDC client: RPError: outgoing request timed out after 3500ms #20
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.
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:
Anybody?!
@meltyshev commented on GitHub:
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:@meltyshev commented on GitHub:
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:
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:
@meltyshev could you help me to debug it? I can't get any debug logs in this case? How to increase timeout?
@alexsalex commented on GitHub:
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.