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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
My environment
pip list | grep dash output:
pip list | grep dash
dash 2.3.1 dash-bootstrap-components 1.1.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-table 5.0.0
OS and Browser:
- OS: Windows 11 - Browser: Microsoft Edge - Version: 101
Describe the bug
The in-app error reporting shows HTML code instead of rendering the HTML.
Expected behavior
The HTML should be rendered instead of being shown as code.
Screenshots
How it looks like for me:
How it should look like: https://dash.plotly.com/devtools#in-app-error-reporting
The text was updated successfully, but these errors were encountered:
Thank you for the quick fix. Until the new dash version is released one can downgrade to werkzeug==2.1.1:
pip install werkzeug==2.1.1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
My environment
pip list | grep dash
output:OS and Browser:
Describe the bug
The in-app error reporting shows HTML code instead of rendering the HTML.
Expected behavior
The HTML should be rendered instead of being shown as code.
Screenshots
How it looks like for me:
How it should look like:
https://dash.plotly.com/devtools#in-app-error-reporting
The text was updated successfully, but these errors were encountered: