Back to Supabase

42501 Permission Denied For Table Httprequestqueue KnozmQ

apps/docs/content/troubleshooting/42501--permission-denied-for-table-httprequestqueue-KnozmQ.mdx

1.26.04341 B
Original Source

If you're currently blocked by the above error, run the following in your Supabase SQL editor:

  • Check select * from net.http_request_queue and make sure it's empty.
  • Try drop extension pg_net; create extension pg_net schema extensions;
  • If that doesn't work (e.g. because some objects depend on it), then contact support.