标签: node.js docusignapi restapi
Docusign返回
'{“ error”:“ invalid_grant”,“ error_description”:“ issuer_not_found”}'
在模拟帐户中可以很好地工作。
我认为这是由于提供了无效的env变量,但不确定是哪一个? issuer_not_found在这里是什么?
issuer_not_found
从这里开始遵循的步骤=> https://developers.docusign.com/esign-rest-api/guides/post-go-live?_ga=2.10305266.631111297.1594877013-2137473900.1593156394
答案 0 :(得分:1)
问题是authServer指向演示身份验证服务器。应该改为authServer: "account.docusign.com"。
authServer
authServer: "account.docusign.com"