indivision
Guru
- Joined
- Jan 4, 2013
- Messages
- 806
I'm trying to get the audiobookshelf chart to work. It installs and runs fine locally.
The problem is that when you try to connect the mobile app counterpart it fails with "Unknown Error".
I found what looks like a direct description of this on the git page:
github.com
I'm not 100% sure what headers or router they are referring to. Within Traefik, I see references to the Middleware and Router. But, as far as I can tell, there isn't a way to edit any "headers" in the GUI.
Has anyone else figured this out and got it working?
The problem is that when you try to connect the mobile app counterpart it fails with "Unknown Error".
I found what looks like a direct description of this on the git page:
Traefik Reverse Proxy
Middleware relating to CORS will cause the app to report Unknown Error when logging in. To prevent this don't apply any of the following headers to the router for this site:
From @Dondochaka and @BeastleeUK
- accessControlAllowMethods
- accessControlAllowOriginList
- accessControlMaxAge
GitHub - advplyr/audiobookshelf: Self-hosted audiobook and podcast server
Self-hosted audiobook and podcast server. Contribute to advplyr/audiobookshelf development by creating an account on GitHub.
I'm not 100% sure what headers or router they are referring to. Within Traefik, I see references to the Middleware and Router. But, as far as I can tell, there isn't a way to edit any "headers" in the GUI.
Has anyone else figured this out and got it working?
Last edited: