If a dashboard is deleted and a user attempts to access that dashboard (perhaps she already had the Dashboards page open or has the dashboard saved as a favorite) the page only shows the "Loading..." spinner with no error notification.
Note that this differs slightly from streams, where a red "Could not retrieve Stream" notification appears (although the page is still stuck with the "Loading..." spinner).
Steps to reproduce the problem
Log in as an admin
Navigate to Dashboards
Click the "Create dashboard" button and create a dashboard "Foo"
Open a second tab in your browser and navigate to Dashboards, noting that you can see dashboard "Foo"
Return to the first tab and select "Delete this dashboard" from the "More actions" menu of dashboard "Foo", confirming you want to delete it
Return to the second tab and open your browser's network request monitor
Click the link for dashboard "Foo" (e.g. <GRAYLOG_WEB>/dashboards/579fa11c438960168517f09b)
Note you see the "Loading..." spinner in the content area
Note every second you see a GET request to <GRAYLOG_REST>/dashboards/579fa11c438960168517f09b that returns HTTP 404, and no "Could not retrieve Stream" notification appears
Environment
Graylog Version: 2.0.3 and 2.1.0-beta.1+1b940e4
Elasticsearch Version: 2.2.0
MongoDB Version: 2.6.12
Operating System: Red Hat Enterprise Linux Server release 6.7
The text was updated successfully, but these errors were encountered:
coffee-squirrel
changed the title
Attempt to access deleted dashboard only displays "Loading..." spinner
Attempt to access deleted dashboard only displays "Loading..." spinner (no error message shown)
Aug 3, 2016
Problem description
If a dashboard is deleted and a user attempts to access that dashboard (perhaps she already had the Dashboards page open or has the dashboard saved as a favorite) the page only shows the "Loading..." spinner with no error notification.
Note that this differs slightly from streams, where a red "Could not retrieve Stream" notification appears (although the page is still stuck with the "Loading..." spinner).
Steps to reproduce the problem
<GRAYLOG_WEB>/dashboards/579fa11c438960168517f09b
)GET
request to<GRAYLOG_REST>/dashboards/579fa11c438960168517f09b
that returns HTTP 404, and no "Could not retrieve Stream" notification appearsEnvironment
The text was updated successfully, but these errors were encountered: