I'm serving appAuthHelperRedirect.html as a static file.
When I call AppAuthHelper.init on my login page and define the redirectUri as appAuthHelperRedirect.html I can see appAuthHelperFetchTokensBundle.js in the network tab, and then it errors with
Uncaught TypeError: Cannot read properties of undefined (reading 'clientId')
at new t.exports (appAuthHelperFetchTokensBundle.js:46:635)
at appAuthHelperFetchTokensBundle.js:46:8286
It's rather hard to debug as it's compressed. Would you be willing to add the src files to the repo?
I'm serving appAuthHelperRedirect.html as a static file.
When I call AppAuthHelper.init on my login page and define the redirectUri as appAuthHelperRedirect.html I can see appAuthHelperFetchTokensBundle.js in the network tab, and then it errors with
Uncaught TypeError: Cannot read properties of undefined (reading 'clientId')
at new t.exports (appAuthHelperFetchTokensBundle.js:46:635)
at appAuthHelperFetchTokensBundle.js:46:8286
It's rather hard to debug as it's compressed. Would you be willing to add the src files to the repo?