You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you attempt to embed an Superset dashboard using the @superset-ui/embedded-sdk package, having an trailing backslash in the supersetDomain will silently fail.
The IFrame will display the superset loading indicator, and make an request to /roles however nothing more happens.
How to reproduce the bug
Enable embedding in Superset
Create an application where you want to embed a dashboard
I expect the embedded dashboard to either load, or throw an error in the console.
Actual results
The loading indicator is display, but afterwards no error or dashboard is displayed
Environment
(please complete the following information):
browser type and version: Microsoft Edge - Version 114.0.1823.58 (Official build) (64-bit)
superset version: superset version - Superset 0.0.0-dev / Based off apache/superset:latest@sha256:de1fc7e9e51cda19aa8e510c6dce683a949d7515d4d76b774ec940332761fdfa
python version: python --version Python 3.9.16
node.js version: node -v command not found
any feature flags active: EMBEDDED_SUPERSET
Checklist
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
When you attempt to embed an Superset dashboard using the
@superset-ui/embedded-sdk
package, having an trailing backslash in thesupersetDomain
will silently fail.The IFrame will display the superset loading indicator, and make an request to
/roles
however nothing more happens.How to reproduce the bug
Expected results
I expect the embedded dashboard to either load, or throw an error in the console.
Actual results
The loading indicator is display, but afterwards no error or dashboard is displayed
Environment
(please complete the following information):
superset version
- Superset 0.0.0-dev / Based off apache/superset:latest@sha256:de1fc7e9e51cda19aa8e510c6dce683a949d7515d4d76b774ec940332761fdfapython --version
Python 3.9.16node -v
command not foundChecklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: