Page 1 of 1

Dashboard Not Found

Posted: Thu Jun 25, 2026 3:45 am
by Giosue
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

Re: Dashboard Not Found

Posted: Thu Jun 25, 2026 11:47 am
by jmichaelson
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?

Re: Dashboard Not Found

Posted: Fri Jun 26, 2026 1:55 am
by Giosue
jmichaelson 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?
So this is the dashboard URL I go to when the pop-up appears: https://fqdn/nagioslogserver/dashboard
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>
----