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

[Android] Onboarding Verification fails #1330

Closed
wpank opened this issue Oct 14, 2019 · 3 comments
Closed

[Android] Onboarding Verification fails #1330

wpank opened this issue Oct 14, 2019 · 3 comments
Labels
bug Something isn't working Priority: P2 Major triaged label for issues that have been assigned a priority wallet

Comments

@wpank
Copy link

wpank commented Oct 14, 2019

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:

20191014_140635

And then eventually timeout:

20191014_141544

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

@nityas nityas added wallet applications bug Something isn't working Priority: P2 Major triaged label for issues that have been assigned a priority labels Oct 14, 2019
@Lss-Ankit
Copy link

@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.
Investigation I have tried to sign up with back up key and able to sign up.
Attachment.

@nityas
Copy link
Contributor

nityas commented Oct 16, 2019

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.

@nityas nityas closed this as completed Oct 16, 2019
@nityas nityas reopened this Oct 16, 2019
@cmcewen
Copy link
Contributor

cmcewen commented Oct 29, 2019

@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

@cmcewen cmcewen closed this as completed Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: P2 Major triaged label for issues that have been assigned a priority wallet
Projects
None yet
Development

No branches or pull requests

5 participants
@cmcewen @nityas @wpank @Lss-Ankit and others