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:
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?
We are using GENERIC_TIMEZONE=Asia/Kolkata and in the workflow level also we are using Asia/Kolkata only and database, i am not sure about database type , but we are using default settings of cloudron
Hey @pranav_garg,
We don’t directly support Cloudron so I am nto sure what settings they are using but I would make sure the TZ option is also set as that can sometimes cause issues.