when I use n8n cloud , I can connect n8n cloud by webhook from LbeHub by custom Plugin. but I publish n8n local by docker , I can not connect to n8n local by webhook.
2 Likes
Hi @walter_jiang,
Try adjusting your .env file. Include your url as the webhook tunnel and webhook url.
WEBHOOK_TUNNEL_URL=https://yoururl
WEBHOOK_URL=https://yoururl
Best,
Robert
1 Like
If you’re trying to connect a 3rd party service to one of your webhooks running on your localhost (127.0.0.1), then you have to enable the tunnel feature. Technically you need to expose your local instance to the internet:
1 Like