-
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
[HOLD for payment 2024-02-26] Profile - Tapping share code link directs to hmm not here page #36457
Comments
Triggered auto assignment to @mallenexpensify ( |
👋 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:
|
Auto-assign attempt failed, all eligible assignees are OOO. |
We think that this bug might be related to #vip-vsp |
ProposalPlease re-state the problem that we are trying to solve in this issueProfile - Tapping share code link directs to hmm not here page What is the root cause of that problem?This is due to App/src/pages/ShareCodePage.tsx Line 71 in 023d62c
Using session to find acountid, but we don't subscribe to session anywhere in the code. What changes do you think we should make in order to solve the problem?Remove session and use const url = isReport ? `${urlWithTrailingSlash}${ROUTES.REPORT_WITH_ID.getRoute(report.reportID)}` : `${urlWithTrailingSlash}${ROUTES.PROFILE.getRoute(currentUserPersonalDetails.accountID ?? '')}`; BONUS: Need to do same here App/src/pages/ShareCodePage.tsx Line 65 in 023d62c
Replace it with What alternative solutions did you explore? (Optional)Same problem is with |
Offending PR #35841 |
@lukemorawski would you be able to fix this, please |
@rushatgabhane sure will have a look |
Triggered auto assignment to @techievivek, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
This is fixed |
Confirming that the root issue for this regression was addressed, no action needed here as BZ |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.42-5 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 2024-02-26. 🎊 |
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:
|
This was the Offending PR #35841, and the original author only fixed the regression. |
Maybe we can add this regression test? @mallenexpensify, but Applause seems to have caught this bug so we may have a test already for this?
|
@rushatgabhane @cristipaval, this has originated from this PR #35841 Regarding this step
Could we have done anything different/better that would have made us catch this bug during the review? Or should we do :nothing: here? |
Thanks @techievivek , we're all good. TestRail GH created https://github.com/Expensify/Expensify/issues/371221 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.41
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:
Go to https://staging.new.expensify.com/
Tap profile icon
Tap share code ---- copy URL
Navigate to LHN
Tap on a report
Paste the URL in compose box
Send the message
Tap on the URL link
Expected Result:
Tapping share code link must direct to profile page
Actual Result:
Tapping share code link directs to hmm not here page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6378728_1707864241718.az_recorder_20240214_005141.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: