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
Toolbar sets /_debug_toolbar URI when I reverse proxy flask through nginx to a subfolder /xxx - instead of /xxx/_debug_toolbar
I hacked it by copying .js and .css files into flask static files directory and modifying templates/base.html - but it is an ugly hack.
The text was updated successfully, but these errors were encountered:
I can confirm this very serious bug in flask 1.0.2, IMHO toolbar ignores completely SUBDIR
SUBDIR
https://github.com/mgood/flask-debugtoolbar/blob/master/flask_debugtoolbar/__init__.py#L81
Sorry, something went wrong.
No branches or pull requests
Toolbar sets /_debug_toolbar URI when I reverse proxy flask through nginx to a subfolder /xxx - instead of /xxx/_debug_toolbar
I hacked it by copying .js and .css files into flask static files directory and modifying templates/base.html - but it is an ugly hack.
The text was updated successfully, but these errors were encountered: