My webhook does not trigger the workflow though I did set it up correctly

My webhook does not trigger the workflow though the set up is correct. When I am stopping the workflow I also get the following error:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Anga_Matsuluka, I am very sorry you are having trouble. Without having a reproducible example and knowing how exactly you have deployed n8n it’s hard to tell what’s going on here.

Is there a chance you are using the production URL instead of the test URL from your webhook node? Requests sent to your production URL will not appear on your canvas immediately. Instead, they will execute in the background and you can review the results in your executions list.

Also, can you confirm that GET is the right HTTP method? n8n defaults to GET, but many other services use POST by default.

If neither of the points above apply in your case, can you confirm the exact response you are seeing when calling your webhook URL?

Lastly, is there a chance your current setup does not allow websockets? These are what n8n uses to send updates about your workflow to your browser.

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