Sometimes: missing oauth token #92

Closed
opened 2025-12-29 09:22:55 +01:00 by adam · 7 comments
Owner

Originally created by @starskyzheng on GitHub (Jul 12, 2025).

Sometimes the Config Editor page will show no files.
When error happends, the https request of https://xxx.com/api/list/files returns a response of missing oauth token. Also the request has no cookie with godoxy_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)

Originally created by @starskyzheng on GitHub (Jul 12, 2025). Sometimes the `Config Editor` page will show no files. When error happends, the https request of `https://xxx.com/api/list/files` returns a response of `missing oauth token`. Also the request has no cookie with `godoxy_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)
adam added the bug label 2025-12-29 09:22:55 +01:00
adam closed this issue 2025-12-29 09:22:55 +01:00
Author
Owner

@yusing commented on GitHub (Jul 13, 2025):

Noted. Will check for this in the coming weeks.

@yusing commented on GitHub (Jul 13, 2025): Noted. Will check for this in the coming weeks.
Author
Owner

@yusing commented on GitHub (Aug 17, 2025):

Please update and see if it still appear on the latest version v0.17.0?

@yusing commented on GitHub (Aug 17, 2025): Please update and see if it still appear on the latest version v0.17.0?
Author
Owner

@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

@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`
Author
Owner

@yusing commented on GitHub (Aug 18, 2025):

Have you also updated the frontend iamge?

@yusing commented on GitHub (Aug 18, 2025): Have you also updated the frontend iamge?
Author
Owner

@starskyzheng commented on GitHub (Aug 19, 2025):

Yes. I use docker compose:

  frontend:
    image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest}
  app:
    image: ghcr.io/yusing/godoxy:${TAG:-latest}

ENV:

TAG=latest # always return 404
TAG=v0.16.1 # Sometimes: missing oauth token
@starskyzheng commented on GitHub (Aug 19, 2025): Yes. I use docker compose: ``` frontend: image: ghcr.io/yusing/godoxy-frontend:${TAG:-latest} app: image: ghcr.io/yusing/godoxy:${TAG:-latest} ``` ENV: ``` TAG=latest # always return 404 TAG=v0.16.1 # Sometimes: missing oauth token ```
Author
Owner

@yusing commented on GitHub (Aug 19, 2025):

Hi, please try again with v0.17.2, the 404 issue should be fixed

@yusing commented on GitHub (Aug 19, 2025): Hi, please try again with v0.17.2, the 404 issue should be fixed
Author
Owner

@starskyzheng commented on GitHub (Aug 25, 2025):

Thanks, it works

@starskyzheng commented on GitHub (Aug 25, 2025): Thanks, it works
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/godoxy#92