Hello! We're facing a critical stability issue in our application (React/Vite/Supabase) where the UI freezes and the "Loading..." spinner gets stuck indefinitely.
The Symptom: After just a few minutes of inactivity (no navigation/interaction), any page making a Supabase query (via React Query) freezes the main JavaScript/UI thread. The request gets stuck in a pending state (Zombie Connection/NetStack Freeze) and fails to complete or return an error