ISP is Blocking requests to supabase backend!
Hi guys, Im located in Dubai. The local ISP has introduced new rules aparently, around 2 weeks ago. The frontend cant connect to the backend as the URL supabase.co where the backend is hosted is blocked.
My lovable app works and connects to supabase only when I enable VPN via Wifi or Cellular. Which is unacceptable for local users that this app is trageted for.
Anyone faced the same issue?
On the other hand supabase.com works fine for the dashboard access.
4 Replies
Supabase Status
Welcome to Supabase's home for real-time and historical data on system performance.
For the time being you can setup a reverse proxy to bypass this https://github.com/singh-inder/proxy-to-supabase-cloud
this is the step by step tutorial https://discord.com/channels/839993398554656828/1413445192710885446/1414130057202372670
Thank you it works well, i have one question though if i want to self host supabase in my own uae server would it be possible? Moving everything too with it
Yes you can. Also you can switch between cloud and self-hosted anytime. I'd recommend using my self-hosted script or if you're cloning the supabase repo then make this change first https://github.com/supabase/supabase/pull/37179