I contacted Zoho support this week, had a zoho call with the service tech support about the token not being updated, or rather the request only updates the token and within 59 minutes you can make requests. we haven’t reached a solution.
Anybody have a solution or resolve?
Yes, that’s right the service token is not updating correctly on the n8n side. I actually wanted to make a separate topic. Now it happens like this:
A request to the zoho service does not return a response but only updates the token. request fall with error:
The connection to the server was closed unexpectedly, perhaps it is offline. You can retry the request immediately or wait and retry later.
Error details
From HTTP Request
Error code
ECONNRESET
Full message
socket hang up
Request
“{ “headers”: { “accept”: “application/json,text/html,application/xhtml+xml,application/xml,text/;q=0.9, image/;q=0.8, /;q=0.7”, “Authorization”: “hidden”, “content-type”: “multipart/form-data; boundary=--------------------------624483493500454646464” }, “method”: “POST”, “uri”: “https://sign.zoho.com/api/v1/templates/3534534534535/createdocument”, “gzip”: true, “rejectUnauthorized”: true, “followRedirect”: true, “resolveWithFullResponse”: true, “followAllRedirects”: true, “timeout”: 300000, “formData”: { “_overheadLength”: 320, “_valueLength”: 1394, “_valuesToMeasure”: , “writable”: false, “readable”: true, “dataSize”: 0, “maxDataSize”: 2097152, “pauseStreams”: true, “_released”: true, “_streams”: , “_currentStream”: null, “_insideLoop”: false, “_pendingNext”: false, “_boundary”: “--------------------------6244834935002453543453453”, “_events”: { “end”: [ null, null ], “error”: [ null, null ], “close”: [ null, null ] }, “_eventsCount”: 3 }, “encoding”: null, “json”: false, “useStream”: true }”
, the second request within the token validity (60 minutes) is executed normally.
green - next call inside ~60 min token. Red is first call.
I have Zoho Sign and queries eat credits, the limit of test (free queries has already been exhausted in a few days.
Nope it not works correctly, same error after auth after first call. First call every ime is with error, second is OK because token revoked, my settings is correct
i will do generic connection myself too, not helps, same behavior solution like here Oauth2 Token Not Refreshing is not working
I tried to show you in as much detail as possible what I get at the output.
What’s wrong with my settings?
( in oauth predefined Zoho CRM Credentials url with changed connecting scopes from CRM scopes to Zoho Sign works absolutely same with same errors)
Information on your n8n setup
- **n8n version: latest
- **Database (default: SQLite):default
- **n8n EXECUTIONS_PROCESS setting (default: own, main):default
- **Running n8n via (Docker, npm, n8n cloud, desktop app):docker
- **Operating system: default