Hey guys, i created a Function Hook, to send a htt...
# help
b
Hey guys, i created a Function Hook, to send a http request to an endpoint when i INSERT something into a table, but when i try to INSERT a row manually through HeidiSQL (postgres client) i get this error "permission denied for table http_request_queue". Did i forgot to do some config?
n
Hello @Bicijay! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! 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.
s
Try doing
GRANT ALL ON net.http_request_queue TO <your_heidisql_connection_user>
from the Supabase SQL Editor
n
Bicijay (2022-06-06)
b
That worked, thank you!
n
Thread was archived by @Bicijay. Anyone can send a message to unarchive it.