Wait node giving issues - not running on time

Describe the problem/error/question

I set the wait time as 5 min so the workflow is going into wait but it is not again continueing my timezone is set IST only cross checked, cloudron ram 8GB storage 16GB, i am using n8n from v0 earlier this issue was not there but from past few months this came up. I need wait node for my new scenerio, Please help me

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.15.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloudron
  • Operating system:

image

waitTill.getTime is not a function this is the error coming in the logs, can you please help resolve this asap

Hey @pranav_garg,

When you set the timezone was that with the GENERIC_TIMEZONE environment variable or with TZ as well?

Just to also confirm are you using SQLite for your database or something else like maybe Postgres which is popular with Cloudron users?