Images referenced in the Text layout element are not wokring in version 3.1.2. The were working in version 2.x. We discovered this upon migration to 3.1.2.
How to reproduce the bug
Create a dashboard, and add a Text layout element. In the layout element, paste the following. A different image may also be used:
Currently, it shows the broken image link instead:
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
[X] I have searched Superset docs and Slack and didn't find a solution to my problem.
[X] I have searched the GitHub issue tracker and didn't find a similar bug report.
[ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section.
Bug description
Images referenced in the Text layout element are not wokring in version 3.1.2. The were working in version 2.x. We discovered this upon migration to 3.1.2.
How to reproduce the bug
Create a dashboard, and add a Text layout element. In the layout element, paste the following. A different image may also be used:
### [Warehouse Productivity](https://dashboards.foo.plaid.cloud/superset/dashboard/warehouse_productivity/ "Warehouse Productivity Reporting")
<dl>
<a href="https://dashboards.foo.plaid.cloud/superset/dashboard/warehouse_productivity/">
<img alt="Warehouse Productivity" src="https://github.com/rea725/superset-images/blob/main/warehouse-productivity-1.png?raw=true"
width=100% height=100%>
</dl>
This should render the following image:
Warehouse Productivity
Currently, it shows the broken image link instead:
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist