why am I getting this error sometimes when calling my webhook in my self-hosted instance on hostinger and other times it works as intended?
[
{
"name": "Booking_Tool",
"toolCallId": "call_PjoAEFxxxxxxxxxxxxxxxxG3d6",
"type": "function",
"serverUrl": "https://n8n.xxxxxxx.hstgr.cloud/webhook/2d97f358-xxxx-xxxx-xxxx-7a22d957f420",
"error": "Your server rejected tool-calls webhook. Error: "
}
]
I am also not seeing the webhook node failing within executions, which makes me think it's not even getting to the node and failing at server level. Been trying to figure this out for a couple of days. Would appreciate any help. TIA