We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After adding Schedule Trigger and selecting any time for trigger and trying to actived the workflow it giving this error:
Workflow could not be activated: There was a problem activating the workflow: "ERROR: You specified an invalid date."
This is happening since version 1.81.4 and doesnt fixed after updating 1.82.1
I would be happy if someone can give me the way of return older versions on digital ocean docker compose
Thanks.
{ "nodes": [ { "parameters": { "rule": { "interval": [ {} ] } }, "type": "n8n-nodes-base.scheduleTrigger", "typeVersion": 1.2, "position": [ -80, -20 ], "id": "5dfaa5f7-4f54-4d4c-b339-388153d717ef", "name": "Schedule Trigger" } ], "connections": {}, "pinData": {}, "meta": { "instanceId": "7f41ce84a4bd0a671ee89152536e71c36cbd99a3755a678f94dd1922a10400d3" } }
Docker 25.0.3 on Ubuntu 22.04
1.82.1
18.16.0
SQLite (default)
main (default)
The text was updated successfully, but these errors were encountered:
Hey @vanghock,
We have created an internal ticket to look into this which we will be tracking as "GHC-1173"
Sorry, something went wrong.
No branches or pull requests
Bug Description
After adding Schedule Trigger and selecting any time for trigger and trying to actived the workflow it giving this error:
Workflow could not be activated:
There was a problem activating the workflow: "ERROR: You specified an invalid date."
This is happening since version 1.81.4 and doesnt fixed after updating 1.82.1
I would be happy if someone can give me the way of return older versions on digital ocean docker compose
Thanks.
To Reproduce
{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-80,
-20
],
"id": "5dfaa5f7-4f54-4d4c-b339-388153d717ef",
"name": "Schedule Trigger"
}
],
"connections": {},
"pinData": {},
"meta": {
"instanceId": "7f41ce84a4bd0a671ee89152536e71c36cbd99a3755a678f94dd1922a10400d3"
}
}
Expected behavior
{
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-80,
-20
],
"id": "5dfaa5f7-4f54-4d4c-b339-388153d717ef",
"name": "Schedule Trigger"
}
],
"connections": {},
"pinData": {},
"meta": {
"instanceId": "7f41ce84a4bd0a671ee89152536e71c36cbd99a3755a678f94dd1922a10400d3"
}
}
Operating System
Docker 25.0.3 on Ubuntu 22.04
n8n Version
1.82.1
Node.js Version
18.16.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: