Skip to content

PWA: Offline behavior

Understand cached shell behavior, deep links, and the limits of offline data.

DiscVault v26 has limited offline PWA behavior in both channels. Cached screens may open, but server-backed writes, fresh searches, authentication, and synchronization require connectivity.

  • DiscVault v26 stable · ghcr.io/helmerznl/discvault:latest
  • cached screens may open, but fresh data and writes require a network connection · Service Worker · CacheStorage
  • DiscVault v26 beta · ghcr.io/helmerznl/discvault:beta
  • cached screens may open, but fresh data and writes require a network connection · Service Worker · CacheStorage
  • installed PWA
  • one successful online load
  1. Open: Library → Search · while online
  2. Test: airplane mode · Service Worker
  3. Record: available cached screen · blocked server-backed action
  4. Reconnect: network · reload · current server data

Previously loaded shell content may open offline; after reconnection a reload shows current server data.

  • cached screens may open, but fresh data and writes require a network connection
  • Service Worker · navigator.onLine

Troubleshooting