Hey everyone, I'm running a web app (React + Vite) that uses Supabase as the backend (Auth, DB, Realtime). Since recently, I'm unable to connect to my Supabase project — requests just fail or time out.
Tested on Chrome and Edge — same result on both
No changes were made to the code or environment variables
The Supabase dashboard seems to load fine
My app works in offline/demo mode (localStorage fallback), so the issue is specifically with Supabase connectivity
Has anyone experienced something similar? Could it be a project-level issue (e.g., paused instance, rate limiting) or a broader Supabase outage?
Any help is appreciated, thanks!