Describe the problem/error/question
I’m trying to run a webhook and it only works one time. after that it keeps giving me errors…I found that it’s currently executionMode - test. I need to find out how to turn it into production so i can have the webhook run persistently, not just once. I can’t find that setting though.
What is the error message (if any)?
per Brave Browser OS X:
Access to fetch at ‘https://n8n.axiom-media.com/webhook-test/verizon-inquiry’ from origin ‘https://axiom-media.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
contact_form.html:373 POST https://n8n.axiom-media.com/webhook-test/verizon-inquiry net::ERR_FAILED 404 (Not Found)
(anonymous) @ contact_form.html:373
contact_form.html:389 Error: TypeError: Failed to fetch
at HTMLFormElement. (contact_form.html:373:40)
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:


