I am working with ngrok to create a tunnel for my ...
# help
l
I am working with ngrok to create a tunnel for my local environment the problem is I have to create a whole new function hook each time I run ngrok to update the url. Is there a better way?
n
Hello @lrnecgcysiam! 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.
f
can u give us more context?
n
lrnecgcysiam (2022-04-04)
l
I need to apply a function hook that provides a forwarding URL by NGROK
I would like to just update the function HOOK rather than having to delete it and create a new one everyday.
How do I proceed.
f
can u execute this statment
select * from supabase_functions.hooks
? maybe with an update statment u are ok
g
You need to use the http extension in a trigger function. Hooks are fixed right now and use a fixed format for the table row.
l
Understood