-
Notifications
You must be signed in to change notification settings - Fork 375
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
[Android] Onboarding Verification fails #1330
Comments
@annakaz Verified with play store build v1.5.0 and new build zero-sync build v1.5.0 and observed that three verification code is not received when a new user signs up, hence we are blocked to sign up with new user. |
Thanks for reporting! @wpank could you please move this issue report to the Celo Forum at https://forum.celo.org/? There appear to be some network issues at the moment, and we'll be able to help troubleshoot there. |
@wpank thanks for reporting this, and sorry to take so long to get back to you. The issue here is that our Attestations contract was hitting the block gas limit when requesting text messages - getting the current set of validators takes a lot of gas. We merged and deployed a fix to use a precompiled contract (celo-org/celo-blockchain#441), and also updated the app, so it should be working now. You'll have to get a new invite, but otherwise should be all good to go |
Expected Behavior
Please describe the behavior you are expecting
Onboarding should proceed successfully.
Current Behavior
What is the current behavior?
The onboarding process fails upon trying to verify the phone number.
It will hang on the following screen:
And then eventually timeout:
Closing/restarting the app and restarting the phone will yield the same result.
This is on a Samsung Galaxy Note 8 with Android 9 Pie
The text was updated successfully, but these errors were encountered: