Describe the issue:
Whenever I run this command:
docker run -it --rm --name n8n -p 5678:5678 -v C:\Users\billy\.n8n:/home/node/.n8n docker.n8n.io/n8nio/n8n
Yields in a looping error. It didn’t used to happen before.
What is the error message (if any)?
User settings loaded from: /home/node/.n8n/config
Last session crashed
Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Migrations in progress, please do NOT stop the process.
Starting migration RemoveNodesAccess1712044305787
Finished migration RemoveNodesAccess1712044305787
Starting migration CreateProject1714133768519
Finished migration CreateProject1714133768519
Starting migration MakeExecutionStatusNonNullable1714133768521
Finished migration MakeExecutionStatusNonNullable1714133768521
Version: 1.45.1
================================
Start Active Workflows:
================================
- "Toggl to Notion n8n Custom" (ID: 1)
WorkflowActivationError: There was a problem activating the workflow: "Your request is invalid or could not be processed by the service"
NodeApiError: Your request is invalid or could not be processed by the service
=> ERROR: Workflow could not be activated on first try, keep on trying if not an auth issue
There was a problem activating the workflow: "Your request is invalid or could not be processed by the service"
Issue on initial workflow activation try of "Toggl to Notion n8n Custom" (ID: 1) (startup)
Editor is now accessible via:
http://localhost:5678/
Press "o" to open in Browser.
Try to activate workflow "Toggl to Notion n8n Custom" (1)
- "Toggl to Notion n8n Custom" (ID: 1)
WorkflowActivationError: There was a problem activating the workflow: "Your request is invalid or could not be processed by the service"
NodeApiError: Your request is invalid or could not be processed by the service
-> Activation of workflow "Toggl to Notion n8n Custom" (1) did fail with error: "There was a problem activating the workflow: "Your request is invalid or could not be processed by the service"" | retry in 2 seconds
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.45.1
- Database (default: SQLite): I don’t know
- n8n EXECUTIONS_PROCESS setting (default: own, main): I don’t know
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Windows 10