-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-12-20] [$500] Request money - Not here page appears in RHP after requesting money #32807
Comments
👋 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:
|
Triggered auto assignment to @johnmlee101 ( |
I'll look into this. |
I'm going to demote this from being a deploy blocker. It doesn't effect the user in any way and the flow still works. I've applied the help wanted label to get some more eyes on this. |
Triggered auto assignment to @peterdbarkerUK ( |
Bug0 Triage Checklist (Main S/O)
|
Job added to Upwork: https://www.upwork.com/jobs/~01e13942c515d900b4 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @getusha ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.When requesting money, the What is the root cause of that problem?We have the IOURequestStepConfirmation wrapped with App/src/pages/iou/request/step/IOURequestStepConfirmation.js Lines 348 to 363 in a16df0d
It returns the NotFound page when the transaction is not found: App/src/pages/iou/request/step/withFullTransactionOrNotFound.js Lines 34 to 37 in 968f39f
The transaction ID is taken from a route param, which is no longer present when navigating after the request was created. Therefore, the NotFound page is briefly displayed. What changes do you think we should make in order to solve the problem?We should enhance the const isFocused = useIsFocused();
if (!transactionID) {
return <FullPageNotFoundView shouldShow={isFocused} />;
} Optionally, we can show if (!transactionID) {
return isFocused ? <FullPageNotFoundView shouldShow /> : <FullScreenLoadingIndicator/>;
} Result:Screen.Recording.2023-12-11.at.16.47.30.movWhat alternative solutions did you explore? (Optional) |
Ah, cool. I didn't know about the |
📣 @getusha 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @paultsimura 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Thanks. The PR is ready for review: #32849 |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
@Julesssss This shouldn't have been closed as it's not paid out yet, if I'm not mistaken. |
Thanks |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.11-25 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-12-20. 🎊 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.
For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
$500 to @paultsimura for Contributor, paid and thanks! @getusha could you take a spin through the regression checklist, and then accept the offer? |
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@peterdbarkerUK accepted the offer |
@tgolen, @paultsimura, @peterdbarkerUK, @getusha Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@peterdbarkerUK Is there more to do here to complete the payments? |
Nope, was just OoO. Payments processed! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v1.4.11-1
Reproducible in staging?: y
Reproducible in production?: n
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
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
(Might need to repeat Step 3 - 5 to see the issue).
Expected Result:
Not here page will not show up in RHP after requesting money.
Actual Result:
While RHP is closing, not here page can be seen in the RHP.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6308957_1702302215945.20231211_203033.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: