With latest update the workflows that are scheduled cannot be manually triggered, only with manual trigger node next node is getting processed but with scheduler next node is not getting triggered
What is the error message (if any)?
No error message, it stops from next node on manually executing the scheduled workflow
Are they not running at all or only at different times? What you could try is to set the Schedule node to run every 30 seconds, wait till it got triggered and then look what time this nodes outputs. It is like that very easy to see if your time and the time n8n uses is identical and so if n8n is configured correctly.
All these scheduled workflows were running fine before I upgrade to 1.23.3 yesterday. after updation I don’t see any of the workflows scheduled are running.
We are running in a pod, where the logs shows error as
| error | TypeError: moment_1.default.tz is not a function “{ file: ‘LoggerProxy.js’, function: ‘exports.error’ }”
Tried updating the scheduler to run every 30 sec, workflow not started, and when checking the error in logs below recorded every 30 seconds,
2024-01-03T09:53:38.125Z | error | TypeError: moment_1.default.tz is not a function “{ file: ‘LoggerProxy.js’, function: ‘exports.error’ }”
2024-01-03T09:54:08.125Z | error | TypeError: moment_1.default.tz is not a function “{ file: ‘LoggerProxy.js’, function: ‘exports.error’ }”
2024-01-03T09:54:38.126Z | error | TypeError: moment_1.default.tz is not a function “{ file: ‘LoggerProxy.js’, function: ‘exports.error’ }”