Byungjae
Byungjae
Thanks for the info. I've created the enhancement ticket DCM-11778 for engineering, and they'll investigate a possible fix for this issue.
DocuSign does not support Authorization Code Grant in our SDKs since it is webstack dependent. Instead, a generic (not DocuSign specific) OAuth library should always be used. Node for example...
I guess the docusign-esign package was damaged so the src/ApiClient file no longer exists. Could you please remove the current package and reinstall the latest version in your application?
Based on my knowledge, NextJS is used as a Frontend framework, not a server-side. I found this post that addresses this issue on NextJS official page: https://nextjs.org/docs/messages/module-not-found#the-module-youre-trying-to-import-is-not-installed-in-your-dependencies Hope this helps!
TemplatesApi.GetAsync method doesn't go through the SendRequest method, but the SendRequestAysnc method(https://github.com/docusign/docusign-esign-csharp-client/blob/3aa9f59abdd9973e8d193581b19ba6b081199be8/sdk/src/DocuSign.eSign/Client/SystemNetHttpClient.cs#L45) instead. I've tested the TemplatesApi.GetAysnc method but the response was returned without issue. I would recommend creating a...
Thanks for submitting the issue. I was able to reproduce the same issue and reported internally.