opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.67k stars 875 forks source link

[BUG] [Dashboard 2.10] - plugins.dataExplorer is undefined #5249

Closed sipopo closed 11 months ago

sipopo commented 1 year ago

Coudn't authorize in web interface

After login in to the web you get error "plugins.dataExplorer is undefined"

To Reproduce Clear your cookies and open the main page.

OpenSearch Version OpenSearch version 2.10

Dashboards Version OpenSearch Dashboard version 2.10

Plugins

alertingDashboards anomalyDetectionDashboards customImportMapDashboards ganttChartDashboards indexManagementDashboards mlCommonsDashboards notificationsDashboards observabilityDashboards queryWorkbenchDashboards reportsDashboards searchRelevanceDashboards securityAnalyticsDashboards securityDashboards

Screenshots

Screenshot from 2023-10-09 14-08-19

Host/Environment (please complete the following information):

ananzh commented 1 year ago

Seems cache issue to me. I see from the log that you are using OSD 2.9 but you mentioned in the issue OpenSearch Dashboard version 2.10. Browsers not only cache cookies but also cache assets. If you want to switch from 2.10 to 2.9, tryp clear the browser's cache (not just cookies). If issue persists or if this is urgent, feel free to ping me directly in public slack.

sipopo commented 11 months ago

You were right, it was cache issue in an nginx. Thank you.