Fabian
June 23, 2021, 6:17pm
21
yes, but the webhook is working now!
But what is the problem now with webflow
ahh glad that it worked. So if that works you should not have issues with Webflow.
Because you are using localhost for testing. To test a trigger, you need to run n8n with a tunnel.
Hi all I am have hosted n8n using this docker-compose file provided by the n8n team: n8n/docker-compose.yml at master · n8n-io/n8n · GitHub
And on trying github trigger node I get this error:
[image]
Any idea/ help on how I can run this docker compose file in --tunnel mode?
Thank you!
Fabian
June 23, 2021, 6:36pm
25
I am not using localhost, n8n is hosted on my server and domain:)
The picture that you sent me (check below) says localhost. If that is what you see in your server. Then, you need to manually set the env variable WEBHOOK_TUNNEL_URL=yourdomain/
Fabian
June 23, 2021, 7:40pm
27
okay, now the url is the domain, but its loading more than 1minute
Did you forget the https:// part?
Yes, try the webflow trigger now