Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google sign-up doesn't work #8225

Closed
malinajirka opened this issue Aug 23, 2018 · 1 comment · Fixed by #8252
Closed

Google sign-up doesn't work #8225

malinajirka opened this issue Aug 23, 2018 · 1 comment · Fixed by #8252

Comments

@malinajirka
Copy link
Contributor

malinajirka commented Aug 23, 2018

Expected behavior

When the user clicks on the "Sign-up with Google" button a dialog with list of Google accounts appears. When the user picks an account, the sign-up flow continues.

Actual behavior

When the user clicks on the "Sign-up with Google" button a dialog with list of Google accounts appears. When the user picks an account, the dialog disappears, but nothing else happens.
sign-up

Steps to reproduce the behavior

  1. Open the app
  2. Click on "Sign up for WordPress.com"
  3. Click on "Sign up with Google"
  4. Wait until a dialog with a list of google accounts is shown
  5. Pick an account
  6. Nothing happens
Tested on [device], Android [version]

Samsung Galaxy lite 2, Android 4.4

Works as expected on Pixel 2, Android 9

@malinajirka
Copy link
Contributor Author

Some logs which might be useful

08-24 10:58:21.705 22281-22281/org.wordpress.android.beta I/WordPress-STATS: �� Tracked: account_create_initiated
08-24 10:58:21.725 22281-22281/org.wordpress.android.beta I/WordPress-STATS: �� Tracked: signup_google_button_tapped
08-24 10:58:21.785 22281-22281/org.wordpress.android.beta D/dagger.android.support: An injector for org.wordpress.android.login.SignupGoogleFragment was found in org.wordpress.android.ui.accounts.LoginActivity
08-24 10:58:22.616 22281-22281/org.wordpress.android.beta I/Timeline: Timeline: Activity_launch_request id:org.wordpress.android.beta time:7165707
08-24 10:58:22.776 22281-22281/org.wordpress.android.beta W/ApplicationPackageManager: getCSCPackageItemText()
08-24 10:58:23.107 22281-22281/org.wordpress.android.beta I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@41f5a3d8 time:7166191
08-24 10:58:24.998 22281-23433/org.wordpress.android.beta I/WordPress-UTILS: App goes to background
08-24 10:58:25.079 22281-23433/org.wordpress.android.beta I/WordPress-STATS: �� Tracked: application_closed, Properties: {"last_visible_screen":"Unknown","time_in_app":27}
08-24 10:58:25.079 22281-23433/org.wordpress.android.beta D/WordPress-MAIN: ConnectionChangeReceiver successfully unregistered
08-24 10:59:02.965 22281-22281/org.wordpress.android.beta I/WordPress-UTILS: App comes from background
08-24 10:59:03.156 22281-22281/org.wordpress.android.beta I/WordPress-STATS: �� Tracked: application_opened, Properties: {"pin_lock_enabled":false}
08-24 10:59:03.396 22281-22281/org.wordpress.android.beta W/FragmentActivity: Activity result no fragment exists for who: android:fragment:2
08-24 10:59:04.467 22281-22281/org.wordpress.android.beta I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@424bd400 time:7207559
08-24 10:59:22.084 22281-22281/org.wordpress.android.beta I/WordPress-STATS: �� Tracked: signup_canceled
08-24 10:59:22.244 22281-22281/org.wordpress.android.beta E/ViewRootImpl: sendUserActionEvent() mView == null

Especially this line seems interesting
FragmentActivity: Activity result no fragment exists for who: android:fragment:2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants