Schedule Trigger always returns "Invalid cron expression"

Describe the problem/error/question

Y want to set a flow that runs every week day at 14 hours.

I am using0 14 * * 1-5 from crontab.guru but the node keeps saying it is incorrect

What is the error message (if any)?

Please share your workflow

Information on your n8n setup

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

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:

updated.

Also I let n8n to 1.38.2 update. same Problem.

works for me. v 1.37.3

So the problem was that the Timezone was not correctly set. Here the error was not visible, but using non-cron-job configs showed a Timezone error.

3 Likes

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