Can you please help? I’m having an issue with production webhook - it’s just not working, and I’m getting a 404 error at the webhook URL, as shown in the screenshot
So, in the test environment, everything works fine, there are no errors, everything is activated, but the trigger doesn’t work in production… in the test, everything is OK.
I have n8n installed in Kubernetes on GCP – but all configurations seem to work, there are no errors in the logs, and I can’t understand why the production workflow isn’t working.
Thanks for posting here and welcome to the community!
Does the URL that’s giving the 404 contain the word “test” ? When switching to production the URL of the webhook node also changes → make sure to use this URL.
I have not setup any webhook processor node separetely. Everything is running inside the n8n pod, and the behavior of n8n is being changed via environment variables.
The only thing I have configured for the webhooks is to add the WEBHOOK_URL, which is the custom domain I am accessing n8n on.