-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
bukuserver breaks with Werkzeug>1.0 #449
Comments
Sorry, I am not aware of Werkzeug. Please fix it if you can and raise a PR. |
note that i already create pr for flask reverse proxy fix but it haven't been merged yet |
I am closing this defect as it's not caused by |
tldr for this issue
e: as of 2022 january 18 there is pr for this issue that will use fork of flask-reverse-proxy-fix , which contain fix for this 3 if this is working, above suggestion should not be needed anymore Footnotes |
Bug reports
bukuserver breaks with Werkzeug>1.0
Short term I adjusted the bukuserver/requirements.txt to
Werkzeug>=0.11.15,<1.0
on my local install, and installed using that requirements.Error
Tested by doing a
docker run --rm -it python:3.7-slim-buster
and installing withpip install buku[server]
and attempting to run with just abukuserver run
.The text was updated successfully, but these errors were encountered: