Troubleshooting & Cache
Diagnose and fix common app issues including blank screens, stale content, and wallet connectivity problems.
Fix Blank Screen / Stale App
Clears all service worker caches and unregisters the SW, then reloads. Use this if the app shows only the logo and doesn't load, or if you see an outdated version.
Force App Update
Checks for a new app version and activates it immediately if one is available. A page reload will follow if an update is installed.
Clear specific parts of the app's storage without a full reset. Use these targeted options first before trying a full reset.
Clear Service Worker Caches
Removes the Angular NGSW cache files. The app will re-download all assets on the next visit. Use if the app looks outdated but the wallet data should be preserved.
Clear App Settings
Resets your display preferences (activity filters, sidebar state, audio settings) to defaults. Does not affect wallet data.
Clear Wallet Data
Removes the saved wallet pairing and session data from IndexedDB. Your wallet will be disconnected — you can reconnect it afterwards. Use if the wallet connection is stuck or corrupted.
Clear Network Cache
Forces a fresh fetch of NFT and marketplace data from the Hedera network. Use if your NFTs are showing incorrect ownership status, wrong prices, or missing entries. Requires wallet authentication.
Use these options only if the targeted fixes above did not resolve the issue. These actions clear all local data and cannot be undone.
Unregister Service Worker
Unregisters the active service worker without deleting any local data or settings. The SW will be re-registered automatically when you reload the page.
Full Reset ⚠ Destructive
Clears everything: all NGSW caches, IndexedDB data (wallet + settings), localStorage, sessionStorage, and unregisters the service worker. Your wallet will be disconnected and all preferences reset. The page will reload automatically.
