I’ve updated today to version 1.5.2 and since then the apps don’t show in dashboard anymore. I have docker up and running. I tried clearing browser cache and cookies but it stays the same. On my phone (android) I can access Files and also Jellyfin still works, but cannot access qBittorrent anymore, it says network error. Everything worked perfectly before the update.
Nothing in Docker is actually broken.
The issue is that after the 1.5.2 upgrade, the UI backend started too early and missed its chance to detect the running containers. When that happens, the Dashboard loads with an empty app registry even though all apps are still running in the background.
A backend refresh forces a full rescan of Docker and the app list snaps back into place.
In most cases, a simple reboot is enough to trigger that refresh and fix the issue.
2 Likes
True, I managed to sort it out by rebooting through terminal. As for qBittorrent I had to redo all the permissions and paths and it worked.