Adam Melkus adam
  • Joined on 2025-12-28
adam commented on issue starred/audiobookshelf#2898 2026-04-25 00:11:42 +02:00
[Bug]: ALLOW_CORS=1 does not work

@github-actions[bot] commented on GitHub (Jul 17, 2025):

Fixed in v2.26.1.

adam opened issue starred/audiobookshelf#2899 2026-04-25 00:11:42 +02:00
[Enhancement]: high availability
adam opened issue starred/audiobookshelf#2900 2026-04-25 00:11:42 +02:00
[Bug]: Web sessions appear to be broken?
adam closed issue starred/audiobookshelf#2900 2026-04-25 00:11:42 +02:00
[Bug]: Web sessions appear to be broken?
adam closed issue starred/audiobookshelf#2899 2026-04-25 00:11:42 +02:00
[Enhancement]: high availability
adam opened issue starred/audiobookshelf#2901 2026-04-25 00:11:42 +02:00
[Bug]: ABS won't start the UI
adam closed issue starred/audiobookshelf#2901 2026-04-25 00:11:42 +02:00
[Bug]: ABS won't start the UI
adam commented on issue starred/audiobookshelf#2900 2026-04-25 00:11:42 +02:00
[Bug]: Web sessions appear to be broken?

@Zageron commented on GitHub (Jul 16, 2025):

Additional logs from journalctl

Jul 16 12:22:20 tiny-dev audiobookshelf[135759]: [2025-07-16 12:22:20.428] DEBUG: [ApiCacheManager] Cache miss:…
adam commented on issue starred/audiobookshelf#2899 2026-04-25 00:11:42 +02:00
[Enhancement]: high availability

@advplyr commented on GitHub (Jul 16, 2025):

I don't think we need to make a server side change for this. Since we generate UUIDs for each user we can use the users UUID to determine if it is the…

adam commented on issue starred/audiobookshelf#2900 2026-04-25 00:11:42 +02:00
[Bug]: Web sessions appear to be broken?

@Vito0912 commented on GitHub (Jul 16, 2025):

Re last seen: This is not reliable to determine if a user is online. There have been quite some issues about this. If the user uses third party apps…

adam closed issue starred/audiobookshelf#2897 2026-04-25 00:11:41 +02:00
[Enhancement]: Users under “Session ID” in Listening Sessions should show User name, not ID string
adam opened issue starred/audiobookshelf#2898 2026-04-25 00:11:41 +02:00
[Bug]: ALLOW_CORS=1 does not work
adam closed issue starred/audiobookshelf#2898 2026-04-25 00:11:41 +02:00
[Bug]: ALLOW_CORS=1 does not work
adam commented on issue starred/audiobookshelf#2897 2026-04-25 00:11:41 +02:00
[Enhancement]: Users under “Session ID” in Listening Sessions should show User name, not ID string

@github-actions[bot] commented on GitHub (Jul 17, 2025):

Fixed in v2.26.1.

adam commented on issue starred/audiobookshelf#2896 2026-04-25 00:11:41 +02:00
[Bug]: issue modifying sqlite

@nichwall commented on GitHub (Jul 15, 2025):

Duplicate of https://github.com/advplyr/audiobookshelf/issues/4134. You need to be using at least SQLite 3.44.0, released in November of 2023.

adam commented on issue starred/audiobookshelf#2898 2026-04-25 00:11:41 +02:00
[Bug]: ALLOW_CORS=1 does not work

@Vito0912 commented on GitHub (Jul 15, 2025):

If you find a solution, please ping me ;) I have the same issue, but thought it was just me because the code looked good and nobody else complained…

adam commented on issue starred/audiobookshelf#2896 2026-04-25 00:11:41 +02:00
[Bug]: issue modifying sqlite

@mkomarinski commented on GitHub (Jul 15, 2025):

Sigh. Thought I searched. The current release on Debian is insufficient and there's no backport. Sent the sqlite file to a recent Ubuntu system…

adam commented on issue starred/audiobookshelf#2898 2026-04-25 00:11:41 +02:00
[Bug]: ALLOW_CORS=1 does not work

@ObeyYourMaster commented on GitHub (Jul 15, 2025):

I'm using a Firefox addon to disable CORS (https://addons.mozilla.org/de/firefox/addon/cors-everywhere/) as a workaround, but I'd like to get…

adam commented on issue starred/audiobookshelf#2898 2026-04-25 00:11:41 +02:00
[Bug]: ALLOW_CORS=1 does not work

@advplyr commented on GitHub (Jul 15, 2025):

It is working now on edge

adam commented on issue starred/audiobookshelf#2898 2026-04-25 00:11:41 +02:00
[Bug]: ALLOW_CORS=1 does not work

@ObeyYourMaster commented on GitHub (Jul 15, 2025):

Wow, that was amazingly fast! Can confirm it is working now with the edge Docker tag. Many thanks!