You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: switch service worker to network-first for HTML
Cache-first was serving stale index.html after deploys, causing chunk
404s and "Application error" for all users until hard refresh. Now
HTML always fetches from network (offline falls back to cache), while
content-hashed _next/static/* assets stay cache-first. Bumps cache
name to v2 to evict broken v1 cache for existing users.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments