Adam Melkus adam
  • Joined on 2025-12-28
adam opened issue starred/audiobookshelf#2964 2026-04-25 00:12:28 +02:00
[Bug]: Changing a library's metadata provider doesn't seem to actually change it
adam closed issue starred/audiobookshelf#2964 2026-04-25 00:12:28 +02:00
[Bug]: Changing a library's metadata provider doesn't seem to actually change it
adam opened issue starred/audiobookshelf#2963 2026-04-25 00:12:28 +02:00
[Enhancement]: Auto-Rewind Feature for web client
adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:26 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Vito0912 commented on GitHub (Oct 11, 2025):

@jvines What RP do you use? Make sure you provide the X-Forwarded-Proto. From aboves comment e.g. this is not added for ha proxy

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:26 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@jvines commented on GitHub (Oct 13, 2025):

Sorry for the noobish question, but how would I check that with nginx proxy manager?

adam opened issue starred/audiobookshelf#2962 2026-04-25 00:12:26 +02:00
[Bug]: Podcast matching does not write to the iTunes ID field
adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:25 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Sapd commented on GitHub (Sep 2, 2025):

@Sapd NPM by default appends a list of protocols used. See #4635 which…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:25 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@github-actions[bot] commented on GitHub (Oct 8, 2025):

Fixed in v2.30.0.

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:25 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Pimmetje commented on GitHub (Oct 10, 2025):

Added header X-Forwarded-Proto https (using set header in ha proxy) Now it is working thanks for the fix.

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:25 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@jvines commented on GitHub (Oct 11, 2025):

This keeps happening to me. I am in 2.30.0, but still get the error when using authentik:

[2025-10-11 15:23:29.999] WARN: [OidcAuth] Rejected…
adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:24 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Pimmetje commented on GitHub (Sep 1, 2025):

I get the following redirect: https://audiobookshelf.example.org/audiobookshelf/auth/openid?callback=https://audiobookshelf.example.org/audiobookshelf/…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:24 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Vito0912 commented on GitHub (Sep 1, 2025):

I am not sure if this will fix it for you, but as for NPM it sent a wrong proto: 'x-forwarded-proto': 'http, https'

(It should just be http or…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:24 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Sapd commented on GitHub (Sep 2, 2025):

Hello,

this change was made by me and advplyr because of a high security issue in regards to redirects. You should not revert back to an old version.

Mak…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:24 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Vito0912 commented on GitHub (Sep 2, 2025):

@Sapd NPM by default appends a list of protocols used. See #4635 which why it fails for so many. I got this reproduced on a completely fresh install…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:23 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@tomatmonkeyturf commented on GitHub (Aug 28, 2025):

Same issue. Mine was also working previously. Latest update seems to have broken OIDC through a reverse proxy. AudioBookShelf in Docker. SSO…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:23 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@alindt commented on GitHub (Aug 29, 2025):

I had to revert to v2.27.0, it's the last version that works.

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:23 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Pimmetje commented on GitHub (Aug 29, 2025):

I have a docker container behind a HA-proxy. I need to know how how the expected value is determined. Than i am most likely be able to fix it.

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:23 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@Vito0912 commented on GitHub (Aug 30, 2025):

@Pimmetje

Can you check where it tries to redirect you when you click the Login with OpenID button?

I have never worked with Nuxt, so I don’t…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:22 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

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

Probably unrelated but I had the same issue when loading a backup from my default server to my dev server. I had to completely disable OIDC to get it…

adam commented on issue starred/audiobookshelf#2960 2026-04-25 00:12:22 +02:00
[Bug]: "Invalid callback URL - must be same-origin"

@njack21 commented on GitHub (Aug 27, 2025):

Same issue. It was working previously. I blew away my OIDC configuration and started over, but am still having the issue.

I am using Nginix Proxy…