Problem - The strategy is not working when deployed on the aws cloud using express js on aws lambda services. Getting the issue like "_error: "net::ERR_HTTP_RESPONSE_CODE_FAILURE", for the callback request.
The same is working fine when trying from the local machine and getting the access and refresh token.
This is with reference to docusign passport strategy mentioned at - https://www.passportjs.org/packages/passport-docusign/
Problem - The strategy is not working when deployed on the aws cloud using express js on aws lambda services. Getting the issue like "_error: "net::ERR_HTTP_RESPONSE_CODE_FAILURE", for the callback request.
The same is working fine when trying from the local machine and getting the access and refresh token.