I use the reverse proxy of the Synology with a wild card and that also works. I can reach n8n via HTTPS
I can run nodes for Box as download a file or upload a file. Those work! The trigger file for Box does not work and keeps listening for a change. I need this trigger for a specific flow I want to build.
My ports 80 and 443 are forwarded on my router and open (checked online)
I tried to turn off the Synology firewall to see if that blocked the communication, but this did not make any changes
I am not very experienced with networking and completely new with n8n, so looking for some help… I am not sure if this is problem from the node itself or a structural system configuration problem which bothers the Box ‘listeing’ webhook?
If I have to add some extra info, please let me know.
I have tested with the Notion trigger node. This node works fine on a change in a Notion database. I belive however that this node works on polling.
I have also tested the webhook node with a test url and this also worked. When entering the url in a web browser I get the response that the workflow was started.
Welcome to the community!
Where are you running n8n? Self hosted or cloud plan?
If self hosted, please check your env variable N8N_EDITOR_BASE_URL and ensure it’s the full URL you’re using with https://
I spun up a test n8n instance and accidentally left out the https:// in that env variable and it caused the same web hook issue. Once I added the https:// it started working
Let me know if that’s the issue, if not I’ll have some more trouble shooting steps for you
Sorry for the late reply. I forgot to turn on email notifications for replies on my topic.
I am running n8n self hosted.
There was no N8N_EDITOR_BASE_URL in my stack docker compose file on Portainer. I added it with my full https adress of the n8n instance and had the same problem I’m afraid.
If you have any other options, I would appreciate them very much.
Sorry for the delay. I actually left one out here, I think the URL that might matter for n8n’s webhooks is the WEBHOOK_URL env variable. try changing that one to the full https address if you havent already