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"
}
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.