[SOLVED]Global Settings Page is Blank

When I got to Global Configuration the pages has the menu but everything else is blank. In include a Picture, here’s my validate configuration.

./validate.php

Component Version
LibreNMS 1.56-41-g1501f43b8
DB Schema 2019_10_03_211702_serialize_config (145)
PHP 7.2.19-0ubuntu0.18.04.2
MySQL 10.1.41-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3
====================================

[OK] Composer Version: 1.9.0
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] You have not added any devices yet.
[FIX]:
You can add a device in the webui or with ./addhost.php

I had the same issue.
Navigate to /etc/nginx/config.d/librenms.conf
Modify the server name to be the local ip address of the server or the IP address you are accessing the libreNMS on. E.G.: 192.168.44.44.

Hi,

Thanks, I found out that using the Domain was the problem, so I edited /etc/nginx/conf.d/librenms.conf and use only the hostname and it fixed the problem.