Webhook test-url not changing to production-url and workflow always stop listening after first call to webhook

Hi when I try change my webhook from test-url to production-url, it does not change, and remains on the test-url. I’ve set the status to “Active” but still doesn’t change.
Information on your n8n setup
**n8n version: 1.108.2
**Running n8n via (Docker]
**Operating system:Ubuntu

Describe the problem/error/question

The issue is that the flow listens once even though the PROD is enabled and Workflow Active

What is the error message (if any)?

No error message, just flow stops

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Hey @Vaidotas_Rastenis hope all is well. Welcome to the community.

It is not about which one is active. Both the test and production URLs are working.

The “test” url works for single shots, testing. It requires you to manually execute the workflow each time.

The “production” url works when you activate your workflow.

If you need to “switch” to production url - activate your workflow and start using the URL from the Production URL tab.

To activate your workflow click on the toggle in the top right corner of your canvas

image

It will turn green and move to the right, the text will change to Active:

Like so:

image

Found issue, before editing I needed to Diactivate the flow, do the edits and activate the flow again. Then it shows the PROD URL is set on the node, but this does not matter, the NODE listens to multiple calls and triggers.

Post is closed.

1 Like

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