I’m setting up offsite backup notifications via a webhook and am running into an issue. Whenever I hit the test button I get a message “Failed to send webhook test: Failed to fetch”. I am using a webhook testing service, which does receive the webhook (I can see the origin header), but with no data.
I’ve enabled debug logging but this doesn’t show anything.
Any ideas on what I can try next?
Hey Matt.
Does the testing service show the response that it is sending back? Is it a 200 level response?
Thanks
Todd
Hey Todd
Yes it sends a 200 response. It can also be configured to return a text response. It works when I call it from Postman.
Thanks
Matt
Do you have any other way to test it? A different testing endpoint?
It’s either something with the payload, or the endpoint itself. It would be good to rule out that out.
Also is there anything in backup data that might confuse a parser? Is the name or server name weird?
Todd
Hi Todd
I’ve tried two sites, webhook-test.com and webhook.site. Both receive a webhook ok, but no other data arrives. I was looking to see what is sent with the webhook so I can configure logging.
The server name is fairly standard, I’ve tried from two different servers.
Matt