Incus WebUI returns an empty page

I have solved my problem, it was due incus version.

in my ubuntu even if I add repo of zappely but it has always preferred ubuntu repo then zabbely. because Ubuntu ESM (Extended Security Maintenance) repo is taking priority

I use chatgpt for help :slight_smile:

sudo nano /etc/apt/preferences.d/incus-zabbly.pref

Package: incus
Pin: origin pkgs.zabbly.com
Pin-Priority: 1001

sudo apt update
sudo apt install --reinstall incus

thank you for help and reaction on my post :slight_smile: