mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Google SSO Issue {"code":"E_NOT_FOUND"} #810
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 @ilovefreesw on GitHub (Sep 9, 2025).
Hi, I am getting this after configuring Google SSO
My OIDC ENVs:
I don't know what I am doing wrong. There are no errors in the browser or in the docker logs.
@meltyshev commented on GitHub (Sep 9, 2025):
Hey! Hmmm... Are you using the manual or Docker-based installation? This looks a bit strange, because the server should serve
index.htmlfrom the views, which handles the callback on the frontend. Instead, it seems there's no route like that, or maybe theindex.htmlis missing. Could you please share your configuration (without any sensitive data) and the steps you used for installation?@ilovefreesw commented on GitHub (Sep 9, 2025):
I tinkered the given compose.yml file a bit...
Removing
OIDC_USERNAME_ATTRIBUTE=preferred_username(as per chatgpt) worked for me. After that, I ran into this issue so manually changed role to admin in the database... everything is working fine now.