S
Supabase2mo ago
Brad

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
ihm40
ihm402mo ago
This issue is being tracked, see https://status.supabase.com/ for updates
Supabase Status
Welcome to Supabase's home for real-time and historical data on system performance.
inder
inder2mo ago
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
0xH
0xH2mo ago
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
inder
inder2mo ago
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

Did you find this page helpful?