-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix plaid link OAuth error message when choosing Chase bank #38374
Fix plaid link OAuth error message when choosing Chase bank #38374
Conversation
@aimane-chnaif Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb Chromemchrome.moviOS: Nativeios.moviOS: mWeb Safarimsafari.movMacOS: Chrome / Safariweb.movMacOS: Desktopdesktop.mov |
@bernhardoj I am getting this error during plaid flow. This doesn't happen on main. |
I can now reproduce it on the physical device. Perhaps plaid in the emulator doesn't support redirecting. So the issue is indeed related to the package name. When the Chase login completes, it will open the Notice there is the dev and prod app. Can you try adding Line 26 in 231ce48
I want to try this on my device, but I get a high number of attempts error. If that solves the issue, what variable we should look at to set the package name? Based on this file, we have |
@bernhardoj please try again now. Hope too many login attempts error won't happen |
I am installing production debug build locally. If that pass, dev issue is not blocker. |
I got it again after retrying it a few times because the plaid didn't want to start 🤦
Nice, that means the unmatched package name is correct. |
@iwiznia looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Tests did pass |
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.55-0 🚀
|
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.4.55-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.4.55-3 🚀
|
Details
When choosing Chase bank, we see an OAuth error because we have a missing param for android.
Fixed Issues
$ #38099
PROPOSAL: #38099 (comment)
Tests
Same as QA Steps
Offline tests
Requires internet connection
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-03-15.at.14.42.43.mov
Android: mWeb Chrome
Screen.Recording.2024-03-15.at.14.55.26.mov
iOS: Native
Screen.Recording.2024-03-15.at.14.50.10.mov
iOS: mWeb Safari
Screen.Recording.2024-03-15.at.14.51.32.mov
MacOS: Chrome / Safari
Screen.Recording.2024-03-15.at.14.47.13.mov
MacOS: Desktop
Screen.Recording.2024-03-15.at.14.49.28.mov