The Schedule Trigger is not working properly

I want it to execute at midnight every day. I tried setting the trigger time directly, but the trigger failed to work as expected. After checking posts in the community, I changed it to Cron expression, yet the trigger still does not function correctly.Could you please help me figure out what might be the problem? I deployed n8n on an AWS server, and my configuration is as follows. Thank you very much!

1 Like

Hey @flatwhiteyao Welcome to the n8n community!

Sharing your configuration of the Schedule Trigger node would really help us narrow down the issue, and i am supposing that you have PUBLISHED your workflow , cause unpublished workflows does not allow Schedule Trigger node to work, let me know if that helps and share your workflow.

downgrading to n8nio/n8n:1.121.0 (docker) fixed the issue for me