Getting 404 error when trying to access web ui

Hi everyone!
I’m trying to install web ui for incus, but it doesn’t seem to work, I’m getting 404 error all the time.

Thanks

$ pacman -Ss incus
extra/incus 6.4-1 [installed]
    Powerful system container and virtual machine manager
extra/incus-tools 6.4-1 [installed]
    Powerful system container and virtual machine manager

$ incus config show
config:
  core.dns_address: 192.168.57.1:5353
  core.https_address: :8443
  images.auto_update_interval: "0"

$ ls -la /opt/incus/ui
total 20
drwxr-xr-x 4 root root 4096 Aug 16 10:51 .
drwxr-xr-x 4 root root 4096 Aug 16 10:51 ..
drwxr-xr-x 5 root root 4096 Aug 16 10:51 assets
drwxr-xr-x 3 root root 4096 Aug 16 10:51 monaco-editor
-rw-r--r-- 1 root root  665 Aug 16 10:49 index.html

$ curl -k https://localhost:8443
{"type":"sync","status":"Success","status_code":200,"operation":"","error_code":0,"error":"","metadata":["/1.0"]}

$ curl -k https://localhost:8443/ui/
{"type":"error","status":"","status_code":0,"operation":"","error_code":404,"error":"not found","metadata":null}

$ sudo lsof -i :8443
COMMAND   PID USER FD   TYPE DEVICE SIZE/OFF NODE NAME
incusd  92681 root 25u  IPv4 321925      0t0  TCP *:pcsync-https (LISTEN)

I managed to make it work with full system reboot, somehow systemctl restart incus didn’t help

When you install the Web UI package, it populates the corresponding directory at /opt/incus/ui/. Incus is showing the pages from that directory, or the respective directory for your Linux distribution. If the HTTP error is 404, then the files were not found, or Incus is expecting to find them elsewhere.

To figure out what is going on, run the following in a separate terminal window. It should show logs of what Incus is doing.

incus monitor --pretty