After spending some time on the dashboard (around 7–15 seconds), I get the error:
“Dashboard Not Found
The specified dashboard was not found. Redirect to your default dashboard.”
When I click on “redirect,” it works again, but only temporarily — the error reappears after another 7–15 seconds.
I use only the standard dashboard and I've never saved other dashboards.
2026R1.4
Dashboard Not Found
Dashboard Not Found
You do not have the required permissions to view the files attached to this post.
- jmichaelson
- Posts: 408
- Joined: Wed Aug 23, 2023 1:02 pm
Re: Dashboard Not Found
Can you hit F11 while you're in your browser, and post the URL (feel free to redact your IP address) of the item that shows the 404 error while its loading dashboards?
Please let us know if you have any other questions or concerns.
-Jason
-Jason
Re: Dashboard Not Found
So this is the dashboard URL I go to when the pop-up appears: https://fqdn/nagioslogserver/dashboardjmichaelson wrote: ↑Thu Jun 25, 2026 11:47 am Can you hit F11 while you're in your browser, and post the URL (feel free to redact your IP address) of the item that shows the 404 error while its loading dashboards?
Using the developer tools, this is what is shown:
----
<iframe width="100%" style="height:calc(100% - 2.5vh)" src=" /nagioslogserver/media/ui/index.html?dashboardId=1Yqmg5cBZYrf0vjpdtXP" frameborder="0"></iframe>
----
#document (https://fqdn/nagioslogserver/media/ui/i ... rf0vjpdtXP)
----
<a href="/nagioslogserver/dashboard" target="_parent"><button type="button" class="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground shadow hover:bg-primary/90 h-9 px-4 py-2">Redirect</button></a>
----
<a href="/nagioslogserver/dashboard" target="_parent">…</a>
----