LibreNMS dynamic search not working

Hello,

Our LibreNMS is not displaying any result when we search anything (global or a port in dashboard for example).

If i go to the url : https:///ajax/search/device?search= i got a 200 code HTTP, but no data…

No errors in log file, but in web console i got : “Flasher is not loaded”

Any idea ?

Validate.php :

Component Version
LibreNMS 24.3.0-2-gc220adce2 (2024-04-02T01:00:54+02:00)
DB Schema 2024_02_07_151845_custom_map_additions (290)
PHP 8.2.7
Python 3.11.2
Database MariaDB 10.11.6-MariaDB-0+deb12u1-log
RRDTool 1.7.2
SNMP 5.9.3
===========================================

[OK] Composer Version: 2.7.2
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[OK] rrd_dir is writable
[OK] rrdtool version ok
[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

Seems to be related to Ajax and the way to retrieve the data…

The 200 code is ok but empty every time…

image

Hi

Nervermind, it was a simple NGINX config issue… A missing $

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