-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Blank "dashboardViewport" #5274
Comments
I have reproduced the issue. Here is a screen record reproduce.movThe url seems correct to me. I do see an empty page but if refresh we could see dashboard loaded correctly. Therefore the url has no issue. |
@ananzh give this issue. I will take a look to it. |
It is urs~ |
Likely a duplicate of this: #4694 (comment) Direct navigation from one dashboard to another dashboard requires a browser reload. |
Blank dashbord page
After upgrade Opensearch and Opensearch Dashboards from 2.8 to 2.10 i have error:
When you open any dashboard using links from a markdown visualization, there is an empty space instead of the dashboard if you refresh the page without using the cache (Ctrl + Shift + R) then the dashboard opens. Repeats in any browser and in incognito mode. In html, inside "div id="dashboardViewport"" is empty. At the same time, errors appear in the java console: "Error: Search scope not defined", "Uncaught Error: Search scope not defined", "Detected an unhandled Promise rejection.
Error: Embeddable has been destroyed", "Uncaught (in promise) Error: Embeddable has been destroyed"
When opening from the dashboard page (http://localhost:5601/app/dashboards#/list )the dashboard most likely opens normally.
When opening from navmenu (Recently viewed) for the most part the error is reproduced.
To Reproduce
Steps to reproduce the behavior:
6.Follow the link to another dashboard
Expected behavior
A clear and concise description of what you expected to happen.
OpenSearch Version
2.10.0.
Dashboards Version
2.10.0
Plugins
All default installed plugin
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Screenshots
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: