Failed to fetch (api.supabase.com)
When I delete/edit RLS:
Failed to delete database policy: Failed to fetch (api.supabase.com)I don't see any errors on Status page..
5 Replies
If you are in the UAE, it's because Etisalat the ISP has blocked Supabase.
in US
I see. I'm seeing the same issue here but in the UAE, it's becasue Supabase is being blocked by one of the local ISP's. Anyway, good luck with your issue.
My instances are not having issues and no other general reports.
Is it just the RLS not working?
Can you see your home page and the status of the subsystems?
yes, my dashboard looks ok
i was having trouble adding new rows to tables too...
that seems to have resolved...so maybe it will just take some time to trickle down to all areas
also my supabse CLI is no longer valid...when I try to
supabase login
, i can open the browser, but then it fails
Enter your verification code: {code} failed to execute http request: Get "https://api.supabase.com/platform/cli/login/{hash}?device_code={code}": write tcp [2601:282:1901:431e:d966:1bca:199d:1144]:63128->[2606:4700:10::6814:1b91]:443: write: socket is not connectedI was able to workaround by passing a
--dns-resolver
flag to your command:
npx supabase gen types typescript --project-id {myId} --dns-resolver https > src/utils/supabase/database.types.ts",