Webhook URL Not getting triggered in ERPNEXT and Sending Data to N8N

Hi,

  1. N8N running on a docker setup in Windows
  2. ERPNEXT running on a docker setup in Windows
  3. Both N8N and ERPNEXT have Public URLs configured
  4. Created a Webhook in ERPNEXT
  5. Created the same WebHook Node in N8N
  6. Both the URLs and method are the same
  7. When any form or doc is submitted in ERPNEXT, the webhook is not getting triggered and sending data to N8N.
  8. But when the WEBHOOK url is being tested in POSTMAN, the url works…

Any insights or help into this