Web Interface showing "Whoops, looks like something went wrong. Check your librenms.log." after signing

librenms.log error output:

[2022-05-31T10:11:48.936088-04:00] production.ERROR: Route [dashboard.show] not defined. (View: /opt/librenms/resources/views/overview/default.blade.php) {“userId”:2,“exception”:“[object] (Illuminate\View\ViewException(code: 0): Route [dashboard.show] not defined. (View: /opt/librenms/resources/views/overview/default.blade.php) at /opt/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444)
[previous exception] [object] (Symfony\Component\Routing\Exception\RouteNotFoundException(code: 0): Route [dashboard.show] not defined. at /opt/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444)”}
[2022-05-31T10:11:52.242929-04:00] production.ERROR: Route [dashboard.show] not defined. (View: /opt/librenms/resources/views/overview/default.blade.php) {“userId”:2,“exception”:“[object] (Illuminate\View\ViewException(code: 0): Route [dashboard.show] not defined. (View: /opt/librenms/resources/views/overview/default.blade.php) at /opt/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444)
[previous exception] [object] (Symfony\Component\Routing\Exception\RouteNotFoundException(code: 0): Route [dashboard.show] not defined. at /opt/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444)”}
/opt/librenms/poller.php 130 2022-05-31 10:11:54 - 1 devices polled in 111.7 secs
/opt/librenms/poller.php 151 2022-05-31 10:11:56 - 1 devices polled in 113.7 secs
[2022-05-31T10:12:15.357534-04:00] production.ERROR: Route [dashboard.show] not defined. (View: /opt/librenms/resources/views/overview/default.blade.php) {“userId”:2,“exception”:“[object] (Illuminate\View\ViewException(code: 0): Route [dashboard.show] not defined. (View: /opt/librenms/resources/views/overview/default.blade.php) at /opt/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444)
[previous exception] [object] (Symfony\Component\Routing\Exception\RouteNotFoundException(code: 0): Route [dashboard.show] not defined. at /opt/librenms/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444)”}
/opt/librenms/discovery.php new 2022-05-31 10:15:01 - 30 devices discovered in 0.007 secs

librenms@librenms:~$ ./validate.php

Component Version
LibreNMS 22.5.0-14-g32f1ce494
DB Schema 2022_05_25_090027_drop_widgets_table (241)
PHP 7.4.3
Python 3.8.10
MySQL 10.3.34-MariaDB-0ubuntu0.20.04.1
RRDTool 1.7.2
SNMP 5.8
====================================

[OK] Composer Version: 2.3.5
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
librenms@librenms:~$ ./daily.sh
Updating SQL-Schema OK
Cleaning up DB OK
librenms@librenms:~$ git status
On branch master
Your branch is up to date with ‘origin/master’.

nothing to commit, working tree clean
librenms@librenms:~$ git log
commit 32f1ce494ee3867871eb8847e612d4f814492b98 (HEAD → master, origin/master, origin/HEAD)
Author: Tony Murray [email protected]
Date: Tue May 31 08:08:40 2022 -0500

Dashboard code cleanup (#13996)

* Dashboard Cleanup
Remove static widgets table, list of available widgets should not be in the database.
Remove legacy ajax scripts
Cleanup and reorganize controllers

* reorganize code to put all dashboard things into it's controller
better url scheme while supporting the original

* lint clean ups

* properly formatted language file

* style fixes

* update schema

commit 4e5355b11d02446402bf84cba35a68faa6273867
Author: Martin22 [email protected]
Date: Tue May 31 13:17:31 2022 +0200

Racom Ray2 and Ray3 - Modulation states added (#14001)

commit 78583a4e71028937288011d7bcf64c11b0f42050
Author: Tony Murray [email protected]
Date: Fri May 27 10:55:04 2022 -0500

HPE Comware snmp config example (#13997)

* HPE Comware snmp config example

* more detail on fragmentation

commit 5a085f79e507f27411041c7767446e7766ad0eab
Author: Chris A. Evans [email protected]
Date: Fri May 27 10:38:47 2022 -0500

Feature: Add support to REST API for creating Maintenance Schedules for Device Groups (#13985)

* Add support to REST API for creating Maintenance Schedules for Device Groups

* Update documentation to include the maintenance_devicegroup API endpoint

* Fix quotes

* Fix whitespace

Co-authored-by: Tony Murray <[email protected]>

commit afe3a25738deccceeeef02b72fb1e8b4c84e04f2
Author: TheMysteriousX [email protected]
Date: Fri May 27 15:07:29 2022 +0100

Use display name when sending alerts to Sensu (#13967)

* Use display name when sending alerts to Sensu

* system->hostname should always be an FQDN or IP

commit b66015f54daf37afb771796dba01ae986d6f92dd
Author: Nash Kaminski [email protected]
Date: Fri May 27 08:51:33 2022 -0500

Bumpver handlebars.js to 4.7.7 to resolve CVE-2021-23369 (#13990)

commit 4b3f6b7235c0d7477d124f21c3bb402b82ec8650
Author: Bobdave [email protected]
Date: Fri May 27 07:23:06 2022 -0400

Fix Netscaler VServer database updates during polling (#13995)

commit 8c5c2f58c1ccf081f92b5264f187ce87d18f0ac5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri May 27 11:35:48 2022 +0200

Bump guzzlehttp/guzzle from 7.4.1 to 7.4.3 (#13994)

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.1 to 7.4.3.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.1...7.4.3)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Does anyone have any ideas?

php artisan route:clear fixed my issue

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.