Storage Maintenance & Reset
Storage Maintenance & Reset
AMC WebUI uses browser IndexedDB for local persistence. Here is how to maintain cache health and perform backups.
1. Troubleshooting Sync Delays or Freezes
- Check Background Tabs: Web Locks API prevents simultaneous multi-tab collisions. If a tab crashed while holding a lock, close duplicate tabs and refresh.
- Unregister Service Worker:
- Open Developer Tools (F12) -> Application -> Service Workers.
- Click Unregister and hard refresh (
Cmd+Shift+RorCtrl+F5) to fetch fresh assets.
2. Factory Reset & Restoration
To return AMC WebUI to clean factory defaults:
- Navigate to Settings -> Data Management and click Export Full Data (JSON) to archive your history.
- Open Developer Tools (F12) -> Application -> Storage -> Click Clear site data.
- Refresh the page to initialize a clean slate.
- To restore previous sessions, import the saved
.jsonbackup file.