Zoho Desk API- Unable to sign without access token

Describe the problem/error/question

Trying to setup Zoho Desk API. Am able to authenticate the account, but when trying to do any HTTP request, it gives the error below.

I have tried setting the ‘authentication’ as both body and header with no difference.

What is the error message (if any)?

NodeApiError: Unable to sign without access token at ExecuteContext.execute (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:769:15) at WorkflowExecute.runNode (/usr/lib/node_modules/n8n/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1185:9) at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1534:27 at /usr/lib/node_modules/n8n/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2098:11

Workflow irrelevant, as even sending a blank HTTP request results in the same error.

Information on your n8n setup

  • 1.94.1 (Self Hosted), node version 4.2 (Latest)
  • SQLite (I think)
  • Proxmox

See below images for how the API authentication has been configured.


As you can see, the account connects successfully.

Wondering if anyone has suggestions. Came across this thread: Unable to sign without access token - OAuth Google

Tried adding the N8N_PROXY_HOPS and setting it to ‘1’ but that hasn’t made any difference.

The server uses a Cloudflare tunnel.

Managed to fix…


image

Needed to use the domain ending .eu

Not obvious at all! Kudos to selbrae in Zoho CRM Notes via HTTP Request = oauth2 problems that gave me the idea to try that.

2 Likes

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