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

[HOLD for payment 2023-04-10] [HOLD for payment 2023-04-07] Payment - Crash when clicking on Bank Account in the Payment tab #16761

Closed
2 of 6 tasks
kbecciv opened this issue Mar 30, 2023 · 12 comments
Assignees
Labels
Daily KSv2 Engineering Reviewing Has a PR in review

Comments

@kbecciv
Copy link

kbecciv commented Mar 30, 2023

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Action Performed:

  1. Open the App
  2. Login with any account
  3. Go to Settings -> Payment -> Abb payment method -> Bank account

Expected Result:

NO crash when clicking on Bank Account in the Payment tab

Actual Result:

Crash when clicking on Bank Account in the Payment tab

Workaround:

Can the user still use Expensify without this being fixed? Have you informed them of the workaround?

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.2.92.1

Reproducible in staging?: Yes

Reproducible in production?: NO

If this was caught during regression testing, add the test name, ID and link from TestRail:

Email or phone of affected tester (no customers):

Logs: https://stackoverflow.com/c/expensify/questions/4856

Notes/Photos/Videos: Any additional supporting documentation

Bug5999287_video_2023-03-30_20-34-21.mp4

Expensify/Expensify Issue URL:

Issue reported by: Applause - Internal Team

Slack conversation:

View all open jobs on GitHub

@kbecciv kbecciv added the DeployBlockerCash This issue or pull request should block deployment label Mar 30, 2023
@OSBotify
Copy link
Contributor

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open StagingDeployCash deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@MelvinBot
Copy link

Triggered auto assignment to @francoisl (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@situchan
Copy link
Contributor

I think #16323 caused this regression

@fedirjh
Copy link
Contributor

fedirjh commented Mar 31, 2023

I agree with @situchan , this is a regression from #16323 , This line

// We are stashing initial props in a ref since we don't want a new token to trigger the link to open again
// and just want openLink() to be called once
const propsRef = useRef(props.token);

propsRef should hold all the props , this change should fix this issue

 const propsRef = useRef(props);

@francoisl francoisl added the Reviewing Has a PR in review label Mar 31, 2023
@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Hourly KSv2 labels Mar 31, 2023
@melvin-bot melvin-bot bot changed the title Payment - Crash when clicking on Bank Account in the Payment tab [HOLD for payment 2023-04-07] Payment - Crash when clicking on Bank Account in the Payment tab Mar 31, 2023
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Mar 31, 2023
@MelvinBot
Copy link

Reviewing label has been removed, please complete the "BugZero Checklist".

@MelvinBot
Copy link

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.2.92-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:

If no regressions arise, payment will be issued on 2023-04-07. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot melvin-bot bot added the Reviewing Has a PR in review label Mar 31, 2023
@luacmartins luacmartins removed the DeployBlockerCash This issue or pull request should block deployment label Mar 31, 2023
@luacmartins
Copy link
Contributor

Removing the deploy blocker label since this has been fixed

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Apr 3, 2023
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2023-04-07] Payment - Crash when clicking on Bank Account in the Payment tab [HOLD for payment 2023-04-10] [HOLD for payment 2023-04-07] Payment - Crash when clicking on Bank Account in the Payment tab Apr 3, 2023
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Apr 3, 2023
@MelvinBot
Copy link

Reviewing label has been removed, please complete the "BugZero Checklist".

@MelvinBot
Copy link

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.2.93-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue:

If no regressions arise, payment will be issued on 2023-04-10. 🎊

After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

As a reminder, here are the bonuses/penalties that should be applied for any External issue:

  • Merged PR within 3 business days of assignment - 50% bonus
  • Merged PR more than 9 business days after assignment - 50% penalty

@melvin-bot melvin-bot bot added Daily KSv2 Overdue and removed Weekly KSv2 labels Apr 7, 2023
@MelvinBot
Copy link

@francoisl Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!

@MelvinBot
Copy link

@francoisl Whoops! This issue is 2 days overdue. Let's get this updated quick!

@francoisl
Copy link
Contributor

This was a fix for a deploy blocker. The PR that caused the issue has already been commented on, all done here.

@melvin-bot melvin-bot bot removed the Overdue label Apr 10, 2023
@francoisl francoisl removed the Awaiting Payment Auto-added when associated PR is deployed to production label Apr 10, 2023
@melvin-bot melvin-bot bot added the Reviewing Has a PR in review label Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Daily KSv2 Engineering Reviewing Has a PR in review
Projects
None yet
Development

No branches or pull requests

7 participants