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.