1.2.6StashSync.app team1 min read

v1.2.6 — Fix: Stop Caching Clerk API Calls

Fixes a bug where the service worker was incorrectly caching Clerk authentication API responses, causing stale auth state.

Fixed

  • The service worker was incorrectly caching Clerk authentication API responses, which could result in stale authentication state or failed session refreshes. Clerk API calls are now excluded from the SW cache entirely.