Skip to main content
Question

I can't connect to My Apps & Keys with my developer account - possible Node issue

  • March 4, 2026
  • 1 reply
  • 32 views

Forum|alt.badge.img+1

Everything was working yesterday, but today when I go into my Docusign Developer account and attempt to access My Apps & Keys I see a message in the console of my browser saying ‘Uncaught ReferenceError: process is not defined’ and nothing loads in the page.  Using Dev tools in Edge this is the line that is causing the issue:

t.dsUiPlatformProps = "1DS" === process.env.MODE ? System.import("@1ds/platform-for-libs", n.p) : new r.default( () => {}

My best guess is that some code meant for the server using Node has leaked into the code getting run client side in a release made today or last night.  Does that sound right?  Could this be caused by anything else?  Could I (company policy) be blocking a related script?

1 reply

Forum|alt.badge.img+1
  • Author
  • Newcomer
  • March 5, 2026

Looks like it was a DocuSign bug which is now fixed