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

[Wallet] Fix invite flow and i18n texts #5232

Merged
merged 1 commit into from
Sep 29, 2020
Merged

[Wallet] Fix invite flow and i18n texts #5232

merged 1 commit into from
Sep 29, 2020

Conversation

i1skn
Copy link
Contributor

@i1skn i1skn commented Sep 29, 2020

Description

Fix to the issue reported in Slack:

I found an issue on the invite redemption flow: After redeeming an invite code, if I try to verify my number I get a "Verification Failed" error immediately. If I skip verification but then verify by tapping on the notification box or the settings menu verification works well.
Attaching logs, the relevant line seems to be identity/verification :: Error occured during verification flow :: invalid bytes32 value (arg="identifier", coderType="bytes32", value="") in throwError@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:299691:26
This is reproduced 100% on iOS emulator, trying now on Android device.

Other changes

Address Jean's comments in #5134

Related Issues

Tested

iOS simulator

Backwards compatibility

Yes

Copy link
Contributor

@gnardini gnardini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix 😄

@tarikbellamine tarikbellamine added wallet automerge Have PR merge automatically when checks pass labels Sep 29, 2020
@tarikbellamine tarikbellamine changed the title [Wallet] fix invite flow and i18n texts [Wallet] Fix invite flow and i18n texts Sep 29, 2020
@mergify mergify bot merged commit 184ce09 into master Sep 29, 2020
@mergify mergify bot deleted the i1skn/fix-invites branch September 29, 2020 19:35
tarikbellamine pushed a commit that referenced this pull request Sep 29, 2020
### Description

Fix to the issue reported in Slack:
> I found an issue on the invite redemption flow: After redeeming an invite code, if I try to verify my number I get a "Verification Failed" error immediately. If I skip verification but then verify by tapping on the notification box or the settings menu verification works well.
Attaching logs, the relevant line seems to be identity/verification :: Error occured during verification flow :: invalid bytes32 value (arg="identifier", coderType="bytes32", value="") in throwError@http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false:299691:26
This is reproduced 100% on iOS emulator, trying now on Android device.

### Other changes

Address Jean's comments in #5134

### Related Issues
- Closes #5228

### Tested

iOS simulator

### Backwards compatibility

Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass wallet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verification fails after redeeming invite code
3 participants