Commit Graph

5 Commits

Author SHA1 Message Date
SocioWire 0d58ca25ab Fix service worker caching API responses
The service worker was using cache-first strategy for ALL requests
including API calls, causing stale data to be served indefinitely.

Now API routes (/api/*, /ws) are always fetched fresh.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 07:47:14 +00:00
Your Name ae61e19e09 Reduce service worker caching to avoid stale bundles 2025-12-30 20:52:20 -05:00
Your Name 1328e56c71 Bypass asset caching in service worker 2025-12-30 20:25:28 -05:00
Your Name 406d1f5886 Add Keycloak Google SSO login UI 2025-12-25 21:19:10 -05:00
Your Name af7262868c update frontend 2025-12-21 19:02:04 -05:00