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 tested creating a new WordPress.com account by signing in without the Google SDK and WordPress iOS crashed. This is the branch I was working on.
The issue, as far as I could trace it, was that when the app created a LoginEpilogueUserInfo with the WPAccount instance it just loaded from the DB (?!) via WPAccount.lookupDefaultWordPressComAccount(_:), the instance had no email.
I tested creating a new WordPress.com account by signing in without the Google SDK and WordPress iOS crashed. This is the branch I was working on.
The issue, as far as I could trace it, was that when the app created a
LoginEpilogueUserInfowith theWPAccountinstance it just loaded from the DB (?!) viaWPAccount.lookupDefaultWordPressComAccount(_:), the instance had noemail.