Hi
@anitha1990.kct,
Thank you for your patience while we investigated this issue.
From our logs, all incoming messages are being
successfully forwarded from Pabbly Chatflow to your webhook URL, and your server is responding with
HTTP 200, which indicates that the requests are reaching your n8n instance correctly.
However, it appears that the issue is occurring on the
self-hosted n8n server side, where some requests are being accepted but not fully processed. We also found instances where the webhook URL was
temporarily unreachable, which could explain why some messages were not recorded.
We recommend checking the following on your n8n server:
- Execution History for missing webhook runs
- Server resources (CPU/Memory) on your Hostinger VPS
- n8n logs at ~/.n8n/logs/ for any errors
For example, we found an error indicating that the webhook endpoint was not reachable:
Failed to trigger webhook at
https://n8n.srv1056715.hstgr.cloud/webhook/whatsapp-in: No response received from the webhook URL.
Please review this from your end and let us know if you need any further assistance.