WebUI display issue

I have a new installed libreNMS, using Ngnix. after install

php validate.php

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

Component Version
LibreNMS 1.48
DB Schema 2019_01_16_195644_add_vrf_id_and_bgpLocalAs (131)
PHP 7.2.10-0ubuntu0.18.04.1
MySQL 10.1.34-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3
====================================

[OK] Installed from package; no Composer required
[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
[WARN] Non-git install, updates are manual or from package

But webUI not displaying picture. just text words. (attached image). What configuration I could missed ?

figured it out.

No longer the issue.

1 Like

Running into the same issue on a new install. What was causing your issue?

Component Version
LibreNMS 1.49-33-g6ec97309a
DB Schema 2019_02_10_220000_add_dates_to_fdb (132)
PHP 7.2.15-0ubuntu0.18.04.1
MySQL 10.1.38-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

In my case, I need change base_url in config.php to:
$config[‘base_url’] = “/”;

or set the server_name in the nginx config to the ip/domain that the machine has then restart nginx and it should sort it