Bug? Webhooks can't be executed after image deployment

Hi @yukyo, I am very sorry you’re having trouble.

@a1ekseev reported a similar issue recently where problems with one trigger during the n8n startup can prevent other workflows from activating as expected (even though the UI would show them as active).

Can you check your server logs if the workflows for which the webhook endpoint returns a 404 status appear after the Start Active Workflows line? Depending on your log level you should see logs like below for each of your workflows:

forum-topic-31335-mqtt-n8n-1  | 2023-10-10T14:05:00.733Z | info     |  ================================ "{ file: 'ActiveWorkflowRunner.js', function: 'init' }"
forum-topic-31335-mqtt-n8n-1  | 2023-10-10T14:05:00.734Z | info     |    Start Active Workflows: "{ file: 'ActiveWorkflowRunner.js', function: 'init' }"
forum-topic-31335-mqtt-n8n-1  | 2023-10-10T14:05:00.734Z | info     |  ================================ "{ file: 'ActiveWorkflowRunner.js', function: 'init' }"
forum-topic-31335-mqtt-n8n-1  | 2023-10-10T14:05:00.734Z | info     |    - WF 1 (ID: BDzt2QNkILqOMfT2) "{ file: 'ActiveWorkflowRunner.js', function: 'init' }"
forum-topic-31335-mqtt-n8n-1  | 2023-10-10T14:05:00.734Z | debug    | Initializing active workflow "WF 1" (startup) "{\n  workflowName: 'WF 1',\n  workflowId: 'BDzt2QNkILqOMfT2',\n  file: 'ActiveWorkflowRunner.js',\n  function: 'init'\n}"
forum-topic-31335-mqtt-n8n-1  | 2023-10-10T14:05:00.788Z | verbose  | Successfully started workflow "WF 1" "{\n  workflowName: 'WF 1',\n  workflowId: 'BDzt2QNkILqOMfT2',\n  file: 'ActiveWorkflowRunner.js',\n  function: 'init'\n}"

If you can’t see these lines for all of your workflows can you check the last workflow with a Initializing active workflow log line for any errors?

1 Like