playground-auth icon indicating copy to clipboard operation
playground-auth copied to clipboard

yarn rw setup auth azureActiveDirectory

Open gregoryrcurlewis opened this issue 1 year ago • 0 comments

When setting up auth for Microsoft AD I have encountered a problem.

Uncaught (in promise) TypeError: Converting circular structure to JSON --> starting at object with constructor 'HTMLButtonElement' | property '__reactFiber$ocd4ah20an' -> object with constructor 'FiberNode' --- property 'stateNode' closes the circle at JSON.stringify () at push.../node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.js.BrowserCacheManager.cacheCodeRequest (BrowserCacheManager.js:1126:1) at RedirectHandler. (RedirectHandler.js:39:1) at step (_tslib.js:87:1) at Object.next (_tslib.js:68:1) at _tslib.js:61:1 at new Promise () at __awaiter (_tslib.js:57:1) at push.../node_modules/@azure/msal-browser/dist/interaction_handler/RedirectHandler.js.RedirectHandler.initiateAuthRequest (RedirectHandler.js:25:1) at RedirectClient. (RedirectClient.js:72:1)

I am looking at the problem but not sure where/how it is originating.

gregoryrcurlewis avatar Jul 05 '23 11:07 gregoryrcurlewis