I have a webhook set up for all events on a table. It appears to trigger fine, but in the call logs, it shows as “Not OK” and the request and response boxes are both empty. Looking in the backend logs doesn’t show any errors.
This is a Kubernetes hosted instance.
Also, can we relax the URL validation on webhooks? My intent is to target another service running in k8s, but I had to enable DEBUG mode to allow that.
Thanks