Skip to content
New issue

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

[BUG] In-App error reporting does not render HTML #2033

Closed
rsnitsch opened this issue May 3, 2022 · 1 comment · Fixed by #2035
Closed

[BUG] In-App error reporting does not render HTML #2033

rsnitsch opened this issue May 3, 2022 · 1 comment · Fixed by #2035

Comments

@rsnitsch
Copy link

rsnitsch commented May 3, 2022

My environment

pip list | grep dash output:

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:
image

How it should look like:
https://dash.plotly.com/devtools#in-app-error-reporting

@rsnitsch
Copy link
Author

rsnitsch commented May 3, 2022

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant