@Schmiggolas commented on GitHub (Apr 16, 2025):
I'll test if this also happens on other sites and I'll let you guys know.
@Schmiggolas commented on GitHub (Apr 16, 2025):
Okay I think this is not ABS related. The file I tried to upload is in a directory which I have synced using the Nextcloud desktop app. I tried…
@Schmiggolas commented on GitHub (Apr 16, 2025):
The moment I click the "Upload" button it errors out with the behaviour mentioned above.
- Click "Choose files"
- Select book to upload 3.…
@Gibby503 commented on GitHub (Apr 20, 2025):
I fixed this :).
Not sure exactly what did it, but, it works now via cloudflare with authentik and pocketid. Thank you for your input!
@Vito0912 commented on GitHub (Apr 16, 2025):
Are you experiencing similar problems on other websites while using the Brave browser?
This sounds like a Linux issue, especially since it shows the…
@caesay commented on GitHub (Apr 29, 2025):
I also have this same issue with CloudFlare (no authentik): "[Auth] No data in openid callback - OPError: expected 200 OK, got: 302 Found".
I don't…
@Sapd commented on GitHub (May 16, 2025):
@caesay
I watched in the network tab of devtools So basically, the SSO auth was successful, the 302 redirect back to audiobookshelf was to the…
@Schmiggolas commented on GitHub (Apr 16, 2025):
Not yet, but I updated my system, including Brave, yesterday. Maybe something will come up in the next few days. I agree that a issue with brave…
@caesay commented on GitHub (May 17, 2025):
@Sapd thanks for the clarification. Cloudflare is my OIDC, so if what you're saying is that audiobookshelf code-behind (not front-end) is making a…
@Vito0912 commented on GitHub (Apr 16, 2025):
If this only happens for ABS, it might be something that ABS does with uploading. So, if advplyr sees this, in my opinion, this should be left open.
@Sapd commented on GitHub (May 18, 2025):
@caesay The handling is done by https://github.com/panva/openid-client . I think a 302 is not defined in the standard and so it does not follow it. I…
@Schmiggolas commented on GitHub (Apr 16, 2025):
It's not a server crash. There is no crash log and I'm getting a "Opps, something went wrong" popup.
Something new I encountered while poking…
@Gibby503 commented on GitHub (Apr 19, 2025):
I've setup pocketid instead of authentik now and still getting [Auth] No data in openid callback - OPError: expected 200 errors.
If I point it…
@advplyr commented on GitHub (Apr 19, 2025):
Make sure to restart your server any time you make changes to the auth settings. There is a known issue where settings are only applied on server init.
@nichwall commented on GitHub (Apr 16, 2025):
At what point in the upload does it fail with Brave on Linux? Immediately, partway through, or after a specific amount of time. Are you able to test…
@Gibby503 commented on GitHub (Apr 19, 2025):
Yep, I've restarted both the auth service and the abs service and still get the error sadly - [Auth] No data in openid callback - OPError: expected…