IRDX Logger Help: Delete App / Delete Data

Back to Logger
Use this only when the app behaves broken after updates (cache/service worker issue).
! This removes only local offline app data on your device.
If you already have an active subscription, your data is secured on the server.
If you want to protect your work and support this project, use the ❤️ Upgrade Center.

Offline mode not working or Log Sync Mistake after F5 refresh and Hard-Reset?
Step 1: Check Service Workers

Security extensions/apps can block Service Worker script loading, even when browser extensions look disabled.

  1. Open https://irdx-logger.org/.
  2. Press F12 to open DevTools.

Then follow the red markers 1, 2, 3 shown in the screenshot:

  1. 1Open the Application tab in DevTools.
  2. 2In the left menu, click Service workers.
  3. 3Check the status line for https://irdx-logger.org/: it should show activated and is running.
  1. Open chrome://extensions/.
  2. Temporarily disable security blockers (example: AdGuard).
  3. Or create an allow/exception rule for https://irdx-logger.org.
  4. Reload IRDX Logger and re-check Application > Service workers.

Offline mode not working? Step 2: Clear browser site data (Chrome)

If Step 1 did not solve it, clear site storage in DevTools.

Chrome DevTools Application Storage clear steps with numbered markers
  1. 1Press F12 and open the Application tab.
  2. 2In the left panel, click Storage.
  3. 3Keep including third-party cookies enabled.
  4. 4Keep Unregister service workers enabled.
  5. 5Keep storage checkboxes enabled: Local and session storage, IndexedDB, Cookies, Cache storage.
  6. 6Click Clear site data, then reload IRDX Logger.

Official Chrome docs: Clear Local Storage / site storage

Fastest Method (inside IRDX Logger)

  1. Open More.
  2. Click Hard Reset and confirm.
  3. Reload the page.

This is the easiest method for most users.

If Installed as App (PWA)

Use the matching path for your device:

Windows (Chrome/Edge installed app)

  1. Open the installed IRDX Logger app window.
  2. Open the menu (... in Chrome/Edge).
  3. Click App info or Uninstall IRDX Logger.
  4. Confirm uninstall. If shown, enable also clear data.

Android

  1. Long-press the IRDX Logger app icon.
  2. Tap App info (or the i icon).
  3. Tap Uninstall and confirm.

iPhone / iPad

  1. Long-press the IRDX Logger icon on the Home Screen.
  2. Tap Remove App.
  3. Tap Delete App and confirm.

After uninstall: open IRDX Logger in the browser again, run More > Hard Reset once, then install again if needed.

Important