gnik31
June 21, 2021, 1:49am
1
Hi there, would just like to ask on what would I be doing wrong because my ClickUp trigger node is not working. Access token is good and regular clickup node works.
I think it has something to do with my webhook URL?
Yes that is correct. If you are testing you need to start n8n with a tunnel. In production you can set the env variable ‘WEBHOOK_TUNNEL_URL’.
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!
Following the configuration docs for my n8n docker instance I get an error
ERROR: In file ./.env: environment variable name ‘export WEBHOOK_TUNNEL_URL’ may not contain whitespace.
So I remove the whitespace and the .env file appears like this:
[2021-04-17 06_49_05-zeus - zeus - Remote Desktop Connection]
I can start n8n docker without error but when attempting to integrate Slack OAuth 2 API the OAuth Callback URL is http://localhost:5678/rest/oauth2-credential/callback
https://docs.n8n.io/reference/glossary.html#trigger
1 Like
gnik31
June 21, 2021, 2:00am
3
Alright. Thank you so much. Solved it!