Webhook stuck

Hello community.

Until 5 days ago my webhook worked without problems.

Overnight, it stopped working and now it only works when I receive the webhook as “test”.

My n8n is hosted on railway.app. Do you know what I can do to solve it?

Webhook stuck in “running”.

{
“meta”: {
“instanceId”: “53d723ac82d2abae6c9cfa6119bfed969616d6942c77bd35bb326fdf177c82c3”
},
“nodes”: [
{
“parameters”: {
“httpMethod”: “POST”,
“path”: “74ad2708-20c8-48f3-ab15-8c4ea9618d28”,
“options”: {}
},
“id”: “f14b19e7-8ce7-4bf6-bc8c-26787744d91c”,
“name”: “Webhook”,
“type”: “n8n-nodes-base.webhook”,
“typeVersion”: 1,
“position”: [
640,
340
],
“webhookId”: “74ad2708-20c8-48f3-ab15-8c4ea9618d28”
},
{
“parameters”: {
“phoneNumberId”: “1323133”,
“recipientPhoneNumber”: “=555199636536”,
“template”: “linchpin_ao_vivo2|pt_BR”,
“components”: {
“component”: [
{
“type”: “header”,
“headerParameters”: {
“parameter”: [
{
“type”: “image”,
“imageLink”: “={{ $json.body[‘contact[first_name]’] }}”
}
]
}
},
{
“type”: “button”,
“sub_type”: “url”,
“buttonParameters”: {
“parameter”: {
“type”: “text”,
“text”: “={{ $json.body[‘contact[fields][15512_live_room_join_link]’] }}”
}
}
},
{
“bodyParameters”: {
“parameter”: [
{
“text”: "={{ $json.body[‘contact[first_name]’] }}, a MasterClass "Email Milionário" que você se registrou está começando AGORA. "
}
]
}
}
]
}
},
“id”: “49b3511e-07a3-4c3a-9c74-f195dd2eb8b3”,
“name”: “WhatsApp - Estamos Ao Vivo”,
“type”: “n8n-nodes-base.whatsApp”,
“typeVersion”: 1,
“position”: [
800,
340
],
“retryOnFail”: false,
“waitBetweenTries”: 5000,
“maxTries”: 5,
“credentials”: {
“whatsAppApi”: {
“id”: “2IYgknSvRko6OaEl”,
“name”: “WhatsApp account”
}
}
}
],
“connections”: {
“Webhook”: {
“main”: [
[
{
“node”: “WhatsApp - Estamos Ao Vivo”,
“type”: “main”,
“index”: 0
}
]
]
}
}
}

n8n versions: 1.14.2
Database: Postgres
Running n8n via: Railway

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @laschuk, I am sorry you are having trouble. I am not sure if this is related to the webhook or rather a problem with your n8n workflow execution caused by a subsequent node.

Which response are you getting when calling your webhook’s production URL? Anything interesting in your n8n server logs?

And are you also seeing this behaviour on the most recent version of n8n 1.25.0?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.