Files
KeepItGoingServer/templates
Keith SmithandClaude Sonnet 5 19697fbc01 Treat 5xx navigation responses as offline in the service worker
fetch() only rejects on true network failures, not bad status codes,
so a reverse proxy (Nginx Proxy Manager) returning 502/503 while the
app server itself is down was passed through as-is instead of falling
back to the offline experience. Now a >=500 response is treated the
same as a network error.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-04 23:07:59 -06:00
..
2026-09-04 22:30:56 -06:00
2026-09-04 23:01:47 -06:00