Hello,
I finally was able to install n8n on DigitalOcean but when I try to build my first workflow by using a Webhook trigger it is not receiving any info from my CRM.
There is no error just a spinning wheel and that’s it. If I use the browser and follow the webhook link the trigger works.
Please share the workflow
Share the output returned by the last node
Information on your n8n setup
n8n latest:
Database you’re using (default: SQLite):
Running n8n with the execution process [own(default), main]:
**Running n8n via [Docker]
I believe I might be doing something wrong but works fine in Integromat.
I suspect @mcnaveen is correct, if you press execute it will be waiting for some data to call the test webhook url. If you use the live url you won’t see the data in the interface unless you check the execution logs.
- WEBHOOK_URL=https://n8n.mydomain.com
instead of
- WEBHOOK_TUNNEL_URL=https://n8n.mydomain.com
Could this be what's affecting my receiving of Webhooks?