Blank Error Message Box?

Hello,

Attempting to make a dashboard so my counterparts and I can more cleanly monitor our environment. However, when I go to Overview > Dashboard > Default and attempt to edit the name, add a widget, or create a new dashboard I just receive a blank error message in the upper right hand corner of the window and nothing happens. If I click the message box, it just disappears. (image attached)

I’m not sure what the error is or even where to find out what it is, any ideas?

Output for validate.php (not sure why it says I have modified files? I have run the command provided several times with no change)

====================================

Component Version
LibreNMS 22.3.0-13-g6214157
DB Schema 2022_02_03_164059_increase_auth_id_length (235)
PHP 7.3.33
Python 3.6.8
MySQL 10.5.13-MariaDB
RRDTool 1.4.8
SNMP 5.7.2
====================================

[OK] Composer Version: 2.3.2
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
bootstrap/cache/.gitignore
logs/.gitignore
rrd/.gitignore
storage/app/.gitignore
storage/app/public/.gitignore
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
storage/framework/cache/data/.gitignore
storage/framework/sessions/.gitignore
storage/framework/testing/.gitignore
storage/framework/views/.gitignore
storage/logs/.gitignore

Check your developers console to see if it’s recording anything in there (google how to do that depending on your browser).

chrome_console_error

Attaching image. Using Chrome, I receive this error (following the steps to create a new Dashboard: Overview > Dashboard > New > (named it "Test Dashboard) > Add

edge_console_error

Actually I was able to get a better shot of the web address in the Edge console. It looks like it’s trying to reach out to http://_/ajax_form.php

I’m not sure why the IP or DNS name aren’t appearing in this.

Set base_url to either / or your full web address. lnms config:set base_url /

Will try this first thing tomorrow morning and report back, but sounds promising!

Thank you so much! That was the answer! ran it as the librenms user, all good.

Marking your comment as the solution

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