Glances is loading

Hello everyone,

I installed the Glances app, version 0.22.0. Unfortunately, the app won't launch. The only thing that appears is "Glances is loading..."

I had installed the app some time ago. It worked back then. Then I uninstalled it and just reinstalled it,

My system:

HA Version 2026.6.2
RPi 4

Here is an excerpt from the log:

-----------------------------------------------------------
 App: Glances
 A cross-platform system monitoring tool
-----------------------------------------------------------
 App version: 0.22.0
 You are running the latest version of this app.
 System: Home Assistant OS 17.3  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2026.6.2
 Home Assistant Supervisor: 2026.06.1
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
INFO: Starting Glances...
Terminated                 timeout ${timeout_argument} "${timeout}" bash -c "until echo > /dev/tcp/${host}/${port} ; do sleep 0.5; done" > /dev/null 2>&1
INFO: Starting NGinx...
  _____ _
 / ____| |
| |  __| | __ _ _ __   ___ ___  ___
| | |_ | |/ _` | '_ \ / __/ _ \/ __|
| |__| | | (_| | | | | (_|  __/\__
 \_____|_|\__,_|_| |_|\___\___||___/ 4.5.3
WARNING: Glances web server is running WITHOUT authentication.
         Use --password to enable authentication.
         See https://glances.readthedocs.io/en/latest/api/restful.html#security
WARNING: Glances web server is running without Host header validation.
         DNS rebinding attacks may allow untrusted pages to read the REST API.
         Set webui_allowed_hosts in glances.conf [outputs] to restrict access:
           webui_allowed_hosts=localhost,127.0.0.1,<your-hostname>
         See https://glances.readthedocs.io/en/latest/api/restful.html#security
Glances Web User Interface started on http://127.0.0.1:61209/
Glances RESTful API Server started on http://127.0.0.1:61209/api/4
Announce the Glances server on the LAN (using 127.0.0.1 IP address)
INFO:     Started server process [1083357]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://127.0.0.1:61209 (Press CTRL+C to quit)

Does anyone have any idea what might be causing this?

Thank you very much.

Best regards

Looks like it's running to me.
Did you set-up your configuration stuff in the configuration screen?
Did you try clicking open web ui in the info screen?

I haven't changed anything in the settings except for the logging level. I set that to "debug."

log_level: debug
process_info: false
refresh_time: 30
ssl: false
certfile: fullchain.pem
keyfile: privkey.pem
influxdb:
  enabled: false
  host: a0d7b954-influxdb
  port: 8086
  interval: 60
  ssl: false
  version: 1
  username: glances
  password: ""
  database: glances
  prefix: localhost
leave_front_door_open: false

Yes i clicked on open web ui and first i get

502 Bad Gateway
nginx

After that i get

Glances is loading...