Join our community: https://t.me/+DOylgFv1jyJlNzM0
Area: All pages with data fetching
When the backend is unreachable (network offline, server down), users see generic error messages with no recovery path. There is no graceful degradation or cached fallback.
Fix:
- Add a global network error boundary that catches fetch failures
- Show an "Offline" banner when
navigator.onLine is false
- On reconnect, auto-retry failed queries
- Cache last-known values from React Query so the UI isn't completely blank
Area: All pages with data fetching
When the backend is unreachable (network offline, server down), users see generic error messages with no recovery path. There is no graceful degradation or cached fallback.
Fix:
navigator.onLineis false