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 cache by normalizing timestamps and Next.js asset hashes
- Strip ISO timestamps (2025-10-29T16:22:19) before hashing
- Normalize Next.js asset hashes in paths (/_next/static/css/abc123...)
- Bump CACHE_VERSION to 4 since cache key format changed
- This should fix the 99.99% cache miss rate
0 commit comments