ClickUp Node error HTTP 403 for GET operations

Describe the problem/error/question

Hey! Recently I’ve started getting error from ClickUp Node, only for GET operations.
What I’ve tried before reaching out for help:

  1. Checked that I have no rate limitations with Clickup. Also checked that I granted access to the task in Clickup.
  2. Used different credentials (oAuth and personal token).
  3. Used direct HTTP request to ClickUp API (it worked).
  4. Updated n8n. Previous version was 0.193.3.
    For certain reasons I can’t update current version now so I’d like to know if there’s a possible option to fix the issue on current version. Thanks!

What is the error message (if any)?

ERROR: The request could not be satisfied 403 ERROR The request could not be satisfied. Bad request. We can’t connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront) Request ID: aF5GZX8Rue9zyzYhn4U3o2mYrUspOm_fdx5lQXON9Y4Sxm8_493oww==

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 0.216.3
  • Database: default SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main)
  • Running n8n via: docker compose

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Nikolay_Titov,

We don’t really support anything before v1.0 now so you would need to update to the latest version before we would look at fixing anything, It would be interesting to understand the reasons why you can’t update though.

It looks like your request to Clickup is being blocked by Cloudfront, It might be worth sending the request ID to ClickUps support team so they can look into it in more detail.

I have just tested with 1.63.2 and I can confirm Task > Get is working

Thanks, Jon! I found another solution, got second server and installed last n8n version - 1.62.5. ClickUp works here. And the workflows from the older version I’ll be migrating later - I need to keep them active before that.

Hey Nikolay! So the solution was to simply use a newer version of n8n? I’m struggling with this same problem…

Hi! Yes, at least for Get Task. I haven’t tested other methods yet, there are a lot of updates in n8n I missed. But for now I feel this issue is resolved.

1 Like

Thiago_Borja, tried Tasks - Get Many, also worked. Node successfully returned 177 tasks.

2 Likes

ok! Thank you so much! Will try that

hey guys just wanted to let you know that I updated to the latest version of n8n and the problem did go away. Thank you everyone

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