Getting errors in webhook node

Hi @MutedJam,
I am trying to execute the webhook node. But I don’t know if I am making any mistake. I have followed n8n doc. I am getting pop up like waiting for you to call Test URL. So I am calling the test url but there I am unable to get response.
I am attaching the both the screenshot.
Please guide me on this.


Thanks & Regards,
Abhilash

Hi @abhilash, it seems to me that your n8n instance listens on https://192.168.1.2:5678/, but your webhook URL appears to show up as http://192.168.1.2. You probably need to set your WEBHOOK_URL environment variable to https://192.168.1.2:5678/.

Keep in mind though that this is a private IP, so it would be available inside your network but not to external services. So, you might want to consider setting up a reverse proxy in front of n8n.

1 Like

Thanks @MutedJam.
It works.
Yes this I am testing on my local machine.

1 Like