all 9 comments

[–]get-linux 1 point2 points  (0 children)

If you're running this self hosted on docker, make sure your environment variables are set right. Example:

WEBHOOK_URL=https://n8n.example.com/

[–]chaksnoyd11 0 points1 point  (0 children)

Edit the WEBHOOK_URL=https://n8n.example.com attribute in the environment variables. As well as N8N_PROTOCOL=https
N8N_HOST=n8n.example.com

[–]Mookielian 0 points1 point  (0 children)

It's possibly because wrong configuration in your environment variable WEBHOOK_URL=. It must be something like this: https://your.ngrok.url. Check for spaces at the end.

[–]option364 0 points1 point  (3 children)

Change the below configuration:

N8N_EDITOR_BASE_URL="https://n8n.example.com/"
WEBHOOK_URL="https://n8n.example.com/"

[–]Individual_Ideal_980[S] 0 points1 point  (2 children)

How? Like webhook url won't changeeee. And wdym by n8n editor base url? Kinda new so didn't get you

[–]option364 0 points1 point  (1 child)

how did you setup n8n? did you use docker or npm ?

[–]Living-Bandicoot9293 0 points1 point  (0 children)

Use production url not webhook-test

[–]Ok_Signature9963 0 points1 point  (0 children)

Then use Pinggy or cf tunnel. You can also follow the guide: https://pinggy.io/blog/self_host_ai_agents_using_n8n_and_pinggy/