Webserver Validation Fail - APP_URL

I can’t seem to figure out what’s going on here. I tried commenting out APP_URL in the .env so ‘APP_URL’ => $config[‘base_url’] but that didn’t work.

I currently have both the APP_URL and base_url the same and its still mad.

FAIL: APP_URL is not set correctly. It should be set to https://librenms.doublejz.com

Not sure what changed as I didn’t change anything, even stood up a new server and migrated over to it to be safe… same thing.

librenms@librenms:~$ /opt/librenms/validate.php
===========================================
Component | Version
--------- | -------
LibreNMS  | 25.5.0-33-gd231d628c (2025-05-21T23:22:49-04:00)
DB Schema | 2025_03_27_125749_move_definition_files (339)
PHP       | 8.3.21
Python    | 3.10.12
Database  | MariaDB 10.6.22-MariaDB-0ubuntu0.22.04.1
RRDTool   | 1.7.2
SNMP      | 5.9.1
===========================================

[OK]    Composer Version: 2.8.9
[OK]    Dependencies up-to-date.
[OK]    Database Connected
[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
[OK]    rrd_dir is writable
[OK]    rrdtool version ok
librenms@librenms:~$

Any help is appreciated.

Try removing the final /

Not sure if that fixed it or not. I did remove it but I also upgraded from Ubuntu 22.04.5 to 24.04.2 before validating again so I might have jiggled something loose.

Either way its validating cleanly now. TY