Problem activating workflow. NodeAPIError

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

It appears to be an issue with Toggl.

Their APIv8 was deprecated and switched over to v9. They link to this migration guide but I don’t understand it

Hi @Cristobal_Alarcon, there’s a feature request for this here > Toggl API integration update (v8 -> v9) where you can vote to update the Toggl node :slight_smile:

2 Likes

I’ve replaced my toggl node with a normal HTTP Request node, which works nicely for now:

3 Likes

Awesome! Thank you! I’ll have to experiment with a new trigger tho, for whenever I run the docker command to start the workflow.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.