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
, the error message goes away but the popup still won't close.
I believe it is because the popup cannot postMessage to the opener window as IE10/11 doesn't support cross-origin postMessage.
Possible workaround: https://stackoverflow.com/a/36630058
The text was updated successfully, but these errors were encountered:
Expected Results
Popup should close
Actual Results
Popup did not close
Steps to reproduce
At first it give error
After adding to auth_handler.html:
, the error message goes away but the popup still won't close.
I believe it is because the popup cannot postMessage to the opener window as IE10/11 doesn't support cross-origin postMessage.
Possible workaround: https://stackoverflow.com/a/36630058
The text was updated successfully, but these errors were encountered: