We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I read an ebook in the browser it loads the ebook with the wrong url into the browser: http://192.168.178.78:13378/api/items/16ae1df2-f091-4bc4-be32-5b52dcc33ea5/ebook instead of http://192.168.178.78:13378/audiobookshelf/api/items/16ae1df2-f091-4bc4-be32-5b52dcc33ea5/ebook
This leads to issues if you are using reverse proxies like nginx as the url for the ebook will not be available then.
It uses http://192.168.178.78:13378/audiobookshelf/api/items/16ae1df2-f091-4bc4-be32-5b52dcc33ea5/ebook to load the ebook into the browser
v2.18.0
Docker
Linux
Firefox
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened?
If I read an ebook in the browser it loads the ebook with the wrong url into the browser:
http://192.168.178.78:13378/api/items/16ae1df2-f091-4bc4-be32-5b52dcc33ea5/ebook instead of http://192.168.178.78:13378/audiobookshelf/api/items/16ae1df2-f091-4bc4-be32-5b52dcc33ea5/ebook
This leads to issues if you are using reverse proxies like nginx as the url for the ebook will not be available then.
What did you expect to happen?
It uses http://192.168.178.78:13378/audiobookshelf/api/items/16ae1df2-f091-4bc4-be32-5b52dcc33ea5/ebook to load the ebook into the browser
Steps to reproduce the issue
Audiobookshelf version
v2.18.0
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Linux
If the issue is being seen in the UI, what browsers are you seeing the problem on?
Firefox
Logs
Additional Notes
No response
The text was updated successfully, but these errors were encountered: