Clickup Oauth has no refresh token

Describe the problem/error/question

I’m running into issues with the ClickUp integration. Specifically, I can’t get the ClickUp Trigger or any ClickUp nodes to work anymore. The integration was working fine initially, but now every time I try to execute a trigger or any ClickUp node, I receive a 401 error saying: refreshToken is required.

I’ve tried reconnecting the ClickUp OAuth2 credential, but the error persists.

How can I force n8n to correctly store or refresh the ClickUp refresh token again?

What is the error message (if any)?

{
  "error": "refreshToken is required",
  "httpCode": "ERR_ASSERTION"
}

Please share your workflow

Information on your n8n setup

  • n8n version:1.88.0
  • Database: postgress
  • n8n EXECUTIONS_PROCESS setting: main
  • Running n8n via: npm
  • Operating system: EC2 Amazon Linus 2023
1 Like

Same here, expect that in my case it is my first attempt and I never saw it working…

same here! somebody got it working? it is a big issue for us…

Same here, my workflow was working correctly. I came back from vacation today and noticed the problem.

Maybe an update went wrong ?

Anyone have a solution for this yet? I’m constantly running into this problem and it’s very annoying.

do we an immediate solution for this? or a work around?

I was getting the same error for the ‘Create a comment’ node. I added ‘Get a task’ node before this ClickUp node and it is fixed. I don’t think this is the solution here, but rather the message of another error that gives this message.

You can try again when you think of it as a logic error rather than permission orientated.

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