Hey everyone! Supabase has been working super grea...
# help
s
Hey everyone! Supabase has been working super great for me for quite a while, but now every request to the database errors out with
Copy code
json
{
    "message": "permission denied for table http_request_queue",
    "code": "42501",
    "details": null,
    "hint": null
}
n
Hello @sudo killall windows! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
That I believe is pg_net's table. Are you using function hooks or pg_net?
n
sudo killall windows (2022-04-17)
s
Function hooks
I think
I'll check
g
Either Supabase changed something recently or you changed something recently. Any changes to function hook calls or code? Did you use Prisma? Do a migration?
s
I haven't changed anything in months
g
When did you last use it?
s
A few days ago
g
If you don't see something obvious with function hooks, and did not change anything... I would restart the server (I assume this is hosted) and then contact support as not sure you can get help from the outside.
s
Not hosted, I just disabled a function hook I don't use anymore and it immediately started working lmao
Thanks for your help!