Schedule Trigger has no properties?

Describe the issue/error/question

Added the Schedule Trigger, but cant set the interval

Please share the workflow

Here’s what i see on the UI:

No errors in the console:

Information on your n8n setup

  • n8n version: Version: 0.209.4
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm, mac
    Running as:
    dotenv cross-env N8N_ENCRYPTION_KEY=%N8N_ENCRYPTION_KEY% && cross-env EXECUTIONS_DATA_PRUNE=true && cross-env EXECUTIONS_DATA_MAX_AGE=168 && cross-env N8N_USER_MANAGEMENT_DISABLED=true && cross-env N8N_METRICS=true && n8n start

UPD: i have similar Schedule Trigger in another workflow, it works fine.
When i copy-past that node to the current workflow, it also has no properties

Oh well, after some poking around, i’ve managed to make it work.
Probably refreshing the browser page helped.

1 Like

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