Hello I deployed N8N on Heroku by following the “one-click” installation of the documentation at this address: Heroku | n8n Docs
N8N displays correctly but I have a problem:
My Webhook returns a 404 page in both development and production. I tried to send it data in POST it doesn’t work and I tried in GET on my browser and I get a 404 page.
Yep, pretty much! The WEBHOOK_URL should point to the public URL of your n8n instance. So setting WEBHOOK_URL=https://remidupre-8dc8bca5359f.herokuapp.com/ should do the job
Afterwards, the webhook node should display URLs such as https://remidupre-8dc8bca5359f.herokuapp.com/webhook-test/322467c1-6614-499b-a3a0-1db99ac98793 which should work fine. Also, the WEBHOOK_TUNNEL_URL variable is not needed anymore, so you can simply remove that one to simplify things a little bit.