Dashboard Not Found

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Post Reply
Giosue
Posts: 5
Joined: Thu Dec 11, 2025 5:40 am

Dashboard Not Found

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
jmichaelson
Posts: 408
Joined: Wed Aug 23, 2023 1:02 pm

Re: Dashboard Not Found

Post 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?
Please let us know if you have any other questions or concerns.

-Jason
Giosue
Posts: 5
Joined: Thu Dec 11, 2025 5:40 am

Re: Dashboard Not Found

Post 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>
----
Post Reply