Hi,
I am seeing that webhook works fine when testing (POST webhook), but it does not in Production.
I noticed I have not defined the Webhook tunnel, so could this be the issue or should I look for something else?
Thank you very much.
Hi,
I am seeing that webhook works fine when testing (POST webhook), but it does not in Production.
I noticed I have not defined the Webhook tunnel, so could this be the issue or should I look for something else?
Thank you very much.
Are you activating the workflow? If so, make sure you are copying the URL when the tab is production.
Also, your URL should not be localhost
. If your says localhost, then you have to set the env variable WEBHOOK_TUNNEL_URL
.
Hi @RicardoE105,
Yes I am activating . My configuration is as per the documentation:
DATA_FOLDER=/root/n8n/
DOMAIN_NAME=XXXX
SUBDOMAIN=n8n
N8N_BASIC_AUTH_USER=XXXXX
N8N_BASIC_AUTH_PASSWORD=XXXXXX
GENERIC_TIMEZONE=Europe/Berlin
SSL_EMAIL=XXXXX
Thank you.
Best,
Jorge