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
This error can happen if your code calls console.log(). In IE9, console is only defined if the developer tools are open, otherwise you get an error. Very annoying heisenbug, but easily fixed by creating a dummy console object.
Hello,
There is a strange problem for my site.
I'm using AngularJS and satellizer for auth/login settings.
And I'm using xdomain for login in IE9. Well, if developer console is open on the browser, I can login to the site. But if not, I cannot login.
I cannot debug because this problem.
What's the problem? How can I fix it?
The text was updated successfully, but these errors were encountered: