-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
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
[BUG] Traefik v3 breaks calibre-web UI #294
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Hey @zaggash long time no speak 😊. |
Hello :) |
My bad after further testing, it seems to be something in my config. |
For some reason the compression is causing issues in this version:
Closing ! |
For tracking purpose |
I don't think traefik/traefik#9734 is the whole story, since I'm on v3.0.2 (supposedly fixed) and still seeing the issue. I first noticed the menu dropdown not working on mobile after upgrading to Traefik v3 and traced it back to all the JS files served by calibre-web being just 1 byte (a semicolon). #294 (comment) didn't fix it for me. I had to disable the compress middleware altogether. |
Yup. |
Yeah, I had to apply a custom middleware to the calibre service to disable compression. Definitely still a bug in traefik and/or calibre though. |
Is there an existing issue for this?
Current Behavior
All JS Jquery are not working.
The most obvious issues are the dropdown menu which are not working.
Or the "+" menu in the admin area are not opening.
It didn't change anything.
If anyone has an idea !
Expected Behavior
The dropdown menu should open a show options
The "+" menus in the admin area should expand
Steps To Reproduce
Add traefik v3 in front of calibre web.
Environment
CPU architecture
x86-64
Docker creation
Container logs
No log in the container.
The text was updated successfully, but these errors were encountered: