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
var error_message = actual_error.message || JSON.stringify(actual_error);
It gives this error when the realm is wrong: Cannot read property 'message' of undefined
The text was updated successfully, but these errors were encountered:
var error_message = actual_error.message || JSON.stringify(actual_error);
It gives this error when the realm is wrong: Cannot read property 'message' of undefined
The text was updated successfully, but these errors were encountered: