Chris wrote:
You didn't lose anything — this is normal right after an update. SparkBox stops all your containers so it can swap in the new version safely, then brings them back over a minute or two, so that section can look empty for a moment. Give it about two minutes and refresh the page. If they're still not showing, hop on SSH and run: sudo sparkbox up That re-launches everything you had installed, and your apps and data are preserved the whole way through. If anything's still missing after that, tell me exactly what you see on your Apps page and I'll dig in — Tom builds updates to hold onto every app you had.
m2elite wrote:
[INFO] Starting SparkBox... [INFO] Active modules: audiobookshelf backup core dashboard immich media paperless pihole pinchflat tailscale vaultwarden [INFO] Fetching images for module: pinchflat [+] pull 1/1 ✘ Image ghcr.io/kieraneglin/pinchflat:v2025.9.26 Error manifest unknown 0.6s Error response from daemon: manifest unknown [WARN] pull attempt 2/3 (previous attempt failed) — retrying in 10s [+] pull 1/1 ✘ Image ghcr.io/kieraneglin/pinchflat:v2025.9.26 Error manifest unknown 0.5s Error response from daemon: manifest unknown [WARN] pull attempt 3/3 (previous attempt failed) — retrying in 15s [+] pull 1/1 ✘ Image ghcr.io/kieraneglin/pinchflat:v2025.9.26 Error manifest unknown 0.6s Error response from daemon: manifest unknown [ERROR] Failed to pull images for module 'pinchflat' after 3 attempts. [ERROR] Likely causes: no internet access from this host, Docker Hub rate limit, or insufficient disk space. [ERROR] Try: docker pull <image:tag manually, or check 'docker info' for disk pressure. [ERROR] Image prefetch failed for: pinchflat. Aborting before compose up to give a clean error. m2elite@DXP4800GT-ARUBA:~$
Chris wrote:
Thanks for the screenshot — that tells a different story than the usual after-update pause, and this one is on us. SparkBox couldn't download one app, Pinchflat (the YouTube downloader), because a wrong version number slipped into its setup, and since it stops the whole startup if any single app fails to download, none of your other apps came back. That is the empty screen you are seeing. Tom has been flagged and a proper fix is on the way. To get everything else running again right now, switch off just Pinchflat and start back up: sudo sparkbox disable pinchflat && sudo sparkbox up Your other apps should reappear within a minute or two. You can turn Pinchflat back on once the fix lands.