Server to server edge function
I'm trying to have a SQL trigger -> function run an edge function on a separate control plane server (for remote billing calculation). I have a function that at least invokes the edge function but always gives the same 401 error where the item in prefix: does match the start of the webhook secret on both the org server and control plane server.
kicker: I cannot get anything I log to appear in the function logs
Is there any obvious error in what I'm doing OR would someone know how to troubleshoot missing logs? ( I saw someone online suggested they just appear much later, but that has not been the case)
Thanks!
kicker: I cannot get anything I log to appear in the function logs
Is there any obvious error in what I'm doing OR would someone know how to troubleshoot missing logs? ( I saw someone online suggested they just appear much later, but that has not been the case)
Thanks!