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?
Back to Docusign.com

