Hi,
I am trying to hit the api from outside like postman to webhook on test url.but in postman it’s Showing me connect ECONNREFUSED 192.168.10.9:5678 error.How can i call webhook in local system.
Thank you
Regards, Tanay
Hi,
I am trying to hit the api from outside like postman to webhook on test url.but in postman it’s Showing me connect ECONNREFUSED 192.168.10.9:5678 error.How can i call webhook in local system.
Thank you
Regards, Tanay
Hi @Tanay_Acro, local IPs shouldn’t be a problem. To be 100% sure I just fired up an n8n instance using docker run -it --rm --name n8n -p 5678:5678 n8nio/n8n:0.209.2
and added a workflow with a single webhook node. The request from Postman works fine:
n8n also receives the request as it should:
Is there a chance the machine you’re running Postman on can’t talk to port 5678 of your n8n machine? For example because a firewall intercepts the traffic or because a port has not been exposed through docker?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.