We are following Nodejs code repo from Docusign quick start examples and recently applied the App integration for go-live. The JWT Grant worked in Demo mode with our Admin user granting the consent but we have been facing trouble granting the consent in the Go-Live integration of the same App. It keeps on error out with this message :
Error: Target account 6fd8b7f2-54a4-453e-b120-xxxxxxxxxx not found!
at _DsJwtAuth._getUserInfo [as getUserInfo] (D:\Docusign-node.js\lib\DSJwtAuth.js:138:15)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async log (D:\Docusign-node.js\lib\DSJwtAuth.js:181:22)
(node:6624) UnhandledPromiseRejectionWarning: Error: Target account 6fd8b7f2-54a4-453e-b120-XXXXXXXX not found!
at _DsJwtAuth._getUserInfo [as getUserInfo] (D:\Docusign-node.js\lib\DSJwtAuth.js:138:15)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async log (D:\Docusign-node.js\lib\DSJwtAuth.js:181:22)
We have added a user with just integration permissions to test this issue, with this user the JWT Grant works fine even in production but the issue is with the Admin user who have actually created the App integration is not able to grant the consent. Looking for help!