You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a college student, currently studying FHIR, and I'm also a beginner in TypeScript (TS) and React. I hope to use your developed Smart Launcher V2 as the starting point for our team project.
Problem Details:
I've encountered an issue and am unsure how to resolve it. When I use the demo version you provided locally (using localhost), everything works fine. However, when I attempt to use it on a remote server (using a domain name or IP address), I encounter the following error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'digest')
at digestSha256 (browser.js:37:1)
at Object.generatePKCEChallenge (browser.js:46:1)
at authorize (smart.js:306:1)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am a college student, currently studying FHIR, and I'm also a beginner in TypeScript (TS) and React. I hope to use your developed Smart Launcher V2 as the starting point for our team project.
Problem Details:
I've encountered an issue and am unsure how to resolve it. When I use the demo version you provided locally (using localhost), everything works fine. However, when I attempt to use it on a remote server (using a domain name or IP address), I encounter the following error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'digest')
at digestSha256 (browser.js:37:1)
at Object.generatePKCEChallenge (browser.js:46:1)
at authorize (smart.js:306:1)
Beta Was this translation helpful? Give feedback.
All reactions