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
we are able to embed a dashboard in source application successfully. when the dashboard is embedded, we click on "Enter Full Screen" from the dashboard header controls. it goes to loading state indefinitly. it hangs there. dashboard will not be loaded.
the error from the browser console is
redux.js:426 Unexpected key "embedded" found in preloadedState argument passed to createStore. Expected to find one of the known reducer keys instead: "queryApi", "sqlLab", "localStorageUsageInKilobytes", "messageToasts", "common", "user", "impressionId", "charts", "datasources", "dashboardInfo", "dashboardFilters", "dataMask", "nativeFilters", "dashboardState", "dashboardLayout", "sliceEntities", "reports", "saveModal", "explore". Unexpected keys will be ignored.
Ideally, this option is not applicable for dashboard in embedded view in my opinion. since dashboard is embedded into iframe and it opens in full screen mode always.
we should hide this option from embedded dashboard.
How to reproduce the bug
Enable "Embedded Configuration" for dashboard.
embed the dashboard in the source application.
click on the header menu dropdown.
click on "Enter Full Screen" option.
Expected results
dashboard is already in full screen mode, this option should be hidden, or dashboard need to refresh without any issues.
Actual results
it will be in loaded state only.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
(please complete the following information):
browser type and version: Chrome 119.0.6045.160
superset version: superset version 3.0.0, 3.0.1, 3.0.2
python version: python --version
node.js version: node -v
any feature flags active:
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:
we are able to embed a dashboard in source application successfully. when the dashboard is embedded, we click on "Enter Full Screen" from the dashboard header controls. it goes to loading state indefinitly. it hangs there. dashboard will not be loaded.
the error from the browser console is
redux.js:426 Unexpected key "embedded" found in preloadedState argument passed to createStore. Expected to find one of the known reducer keys instead: "queryApi", "sqlLab", "localStorageUsageInKilobytes", "messageToasts", "common", "user", "impressionId", "charts", "datasources", "dashboardInfo", "dashboardFilters", "dataMask", "nativeFilters", "dashboardState", "dashboardLayout", "sliceEntities", "reports", "saveModal", "explore". Unexpected keys will be ignored.
Ideally, this option is not applicable for dashboard in embedded view in my opinion. since dashboard is embedded into iframe and it opens in full screen mode always.
we should hide this option from embedded dashboard.
How to reproduce the bug
Expected results
dashboard is already in full screen mode, this option should be hidden, or dashboard need to refresh without any issues.
Actual results
it will be in loaded state only.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
(please complete the following information):
superset version
3.0.0, 3.0.1, 3.0.2python --version
node -v
Checklist
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: