BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API.
See original GitHub issueThe issue started occurring after upgrading, msal-browser library from 2.7.0 to 2.10.0 The issue looks similar to mentioned here.
Reproducing Scenario:
- User visits the application site and login page is displayed
- User does nothing and just cancels the tab
- User revisits the site
- Instead of redirection page gets stuck and throws the below error in the console.
Auth.js:140 BrowserAuthError: interaction_in_progress: Interaction is currently in progress. Please ensure that this interaction has been completed before calling an interactive API. at t [as constructor] (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2199109) at new t (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2303388) at Function.t.createInteractionInProgressError (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2304597) at t.e.preflightInteractiveRequest (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2355540) at t.<anonymous> (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2345343) at n (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2188814) at Object.next (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2188118) at https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2188052 at new Promise (<anonymous>) at r (https://app.skypointcloud.com/static/js/main.75fef40c.js:1:2187849)
The issue is reproducible in 2.10.0 version.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top GitHub Comments
@tnorling I met the same issue:
Even if I upgrade to 2.11.0, the issue still exists.
@prkhandelwal Nevertheless I’m still going to need more information than what has been provided. Please open a new issue and make sure to fill out one of our provided issue templates so that our livesite engineer has enough information to debug.