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
I looked into this and agree that it should be handled. However, handling it will result in more convoluted code (putting the code after the Promise inside a try / catch).
Problem
A minor issue occurs when
u1
was logged in, thengrunt dev
is restarted and the page is refreshed andu1
is recreated:This doesn't seem to break anything, but it's an unhandled exception.
Solution
Handle the exception properly.
The text was updated successfully, but these errors were encountered: