Please follow the issue template below. Failure to do so will result in a delay in answering your question.
The version included in the MSAL React Sample App.
The version included in the MSAL React Sample App.
In IE11, after clicking the "Sign In" button, nothing happens, and the console reports the following:
Possible Unhandled Promise Rejection (id: 0):
TypeError: Invalid calling object
If the page is refreshed, and the "Sign In" button is clicked again, the authentication process begins as expected.
This error does not occur in Edge, Firefox, or Chrome.
No
Unknown
The default configuration of the MSAL React Sample App.
The login process should begin after a user clicks the "Sign In" button
The problem occurs in IE11 only.
I had a similar issue. Looking at the stack trace, it seems it is caused by the logging functionality. Try the sample without the logger defined in auth-utils.js.
I had a similar issue. Looking at the stack trace, it seems it is caused by the logging functionality. Try the sample without the logger defined in auth-utils.js.
this works perfectly .Kudos @oskarcronwall 👯♂️
Thanks for the infor, we'll make sure this gets fixed.