mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
Sometimes: missing oauth token #92
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 @starskyzheng on GitHub (Jul 12, 2025).
Sometimes the
Config Editorpage will show no files.When error happends, the https request of
https://xxx.com/api/list/filesreturns a response ofmissing oauth token. Also the request has no cookie withgodoxy_oauth_token. The rest of this request were correct (with AUTHP_SESSION_ID, godoxy_token, godoxy_session_token).The oauth application I used was keycloak.
MacOS + Edge(v136.0.3240.76)
@yusing commented on GitHub (Jul 13, 2025):
Noted. Will check for this in the coming weeks.
@yusing commented on GitHub (Aug 17, 2025):
Please update and see if it still appear on the latest version v0.17.0?
@starskyzheng commented on GitHub (Aug 18, 2025):
Thanks for you reply. But after update to v0.17.0, I was fail to open it at all.
Now it only shows:
404 page not found@yusing commented on GitHub (Aug 18, 2025):
Have you also updated the frontend iamge?
@starskyzheng commented on GitHub (Aug 19, 2025):
Yes. I use docker compose:
ENV:
@yusing commented on GitHub (Aug 19, 2025):
Hi, please try again with v0.17.2, the 404 issue should be fixed
@starskyzheng commented on GitHub (Aug 25, 2025):
Thanks, it works