Turn Test Into Prodcution?

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:

Hey @Soupking hope all is well. The way to turn it into a production url is to take the url from the field under the production url tab

then you need to activate the workflow here

the slider needs to be on the right, green and say ‘Active’ like so

image

Hey Jabbson,

So sorry for the late response. My alert settings must be off. Awesome, I thought it was an n8n setting, not something node particular. Thanks so much!

You are very welcome. If this was helpful, kindly mark my answer as solution. Thank you.

Cheers

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.