Describe the problem/error/question
Hi everyone. I’ve been up three nights researching this issue, so please help me. I’ve already reset the server and reinstalled N8N several times. This is a clean install. It only includes the Whatsapp Trigger node, and I entered the credentials (connection successful). When I click “Execute Workflow,” a popup immediately appears with this error. Does anyone have any idea what this could be?
- I registered my domain with Cloudflare without a proxy.
- I can’t access N8N directly via the IP address in the browser, only via the domain (could this be the problem?)
- I have Traefik, Postgres, and Portainer installed in Docker.
What is the error message (if any)?
(#2200) Callback verification failed with the following errors: HTTP Status Code = 404; HTTP Message = Not Found
Please share your workflow
Share the output returned by the last node
{
"code": 0,
"message": "Bad request - please check your parameters",
"level": "warning",
"tags": {},
"description": "(#2200) Callback verification failed with the following errors: HTTP Status Code = 404; HTTP Message = Not Found",
"timestamp": 1753896557353,
"context": {
"data": {
"error": {
"message": "(#2200) Callback verification failed with the following errors: HTTP Status Code = 404; HTTP Message = Not Found",
"type": "OAuthException",
"code": 2200,
"fbtrace_id": "A6klkf5dS8Cb8rW4JsaM9iI"
}
}
},
"functionality": "regular",
"name": "NodeApiError",
"node": {
"parameters": {
"whatsAppNotice": "",
"updates": [
"messages"
],
"options": {}
},
"type": "n8n-nodes-base.whatsAppTrigger",
"typeVersion": 1,
"position": [
-240,
-96
],
"id": "db5b7c97-c865-465e-bbae-816a34321326",
"name": "WhatsApp Trigger",
"webhookId": "9181244f-d371-4638-8081-208016f8997a",
"credentials": {
"whatsAppTriggerApi": {
"id": "V6sEcVvoEAAW8VRn",
"name": "WhatsApp OAuth account"
}
}
},
"messages": [
"Request failed with status code 400"
],
"httpCode": "400"
}
Information on your n8n setup
- n8n version: 1.104.1
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker Swarm
- Operating system: Ubuntu



