Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
365 views
in Technique[技术] by (71.8m points)

node.js - Docusign timeout issue for Envelope - NodeJs

I am using docusign-esign package in my project for esigning.

While creating an envelope, I am getting the below error-

(node:3254) UnhandledPromiseRejectionWarning: Error: Timeout of 60000ms exceeded

Please let me know if any way I can configure the timeout value or any other way to fix this issue.

question from:https://stackoverflow.com/questions/65840071/docusign-timeout-issue-for-envelope-nodejs

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

60s is a very long time and I would not try to edit the timeout but rather debug the code before createEnvelope call. Even start with the ApiClent. This post suggest that the error could be caused by faulty assertion


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...