but can I assume that the enterprise version can be self-hosted AND make use of webhooks? (and whatsapp Trigger?)
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Hi,
Good news
You misunderstood. Webhooks will work with all n8n instances as long as you set it up properly.
ok, cool - can you give me a hint to the right direction? I studied the documentation without success. I thought setting up the docker container with “start --tunnel” would help, but no… (apart from the fact that it is not recommended for production).
Currently the webhook shows http://localhost:5678/… instead of https://n8n.mydomain.com/…
you need to set the
WEBHOOK_URL
ENV variable to whatever your domain is.
wow, you saved my life - thank you!!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.