I’m running n8n on my local host and i have this error when i call the webhook url
How to solve this error ?
I’m running n8n on my local host and i have this error when i call the webhook url
It looks like your topic is missing some important information. Could you provide the following if applicable.
If you are testing your workflow, you need to be listening for the test. To do that, just press the test button on the canvas.
If it is enabled and you’re trying to use it in production, make sure your link does not have the “-test” in the url.
test urls have “…/webhook-test/…” and production look like "…/webhook/…
Thanks @liam.That’s works !
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.