mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
OIDC failed, where to find more logs on what is the reason behind the possible timeout. #590
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 @FWPHVRS on GitHub (Oct 25, 2024).
Hi. I am trying to switch OIDC provider. But with the new one I get the following message.. but cannot seem to find any additional logging of what could be the issue.
2024-10-25 13:10:19 [E] A hook (
oidc) failed to load!2024-10-25 13:10:19 [E] Failed to lift app: outgoing request timed out after 3500ms
@meltyshev commented on GitHub (Oct 27, 2024):
Hi! It seems the new OIDC provider isn’t responding at the specified address. Diagnosing the issue is a bit challenging without a complete view of the settings and hosting setup.
UPD: you can try pinging your OIDC provider from the console (if you're hosting via Docker, connect to the container first) and check if you receive a response.
@FWPHVRS commented on GitHub (Oct 28, 2024):
Hi. Thanks for the reply. Many variables indeed. However I found an issue that might be causing it. I'm taking that up without our infrastructure provider. Hopefully this will resolve the issue. I'll close this issue for now.