-
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 2025-01-18] [HOLD for payment 2025-01-17] [$250] A blank white screen appears when a new user clicks on the workspace invite email link. #54174
Comments
Triggered auto assignment to @abekkala ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.A blank screen shown when using the workspace invite email link. What is the root cause of that problem?There are 2 problems here. First, the magic code from the magic link is wrong. The format of a magic code should be a number, but on the OP screenshot, it's a character combination that can only be solved on the BE. The second issue is, that since the magic code is invalid, we return here early and don't make any request to the BE. App/src/pages/ValidateLoginPage/index.website.tsx Lines 52 to 57 in 31adaa8
So, the state is always NOT_STARTED. A not found page is supposed to show inside App/src/pages/ValidateLoginPage/index.website.tsx Lines 86 to 91 in 31adaa8
What changes do you think we should make in order to solve the problem?Why do we only show the If the user is already signed in, then there won't be a magic code sign in request, App/src/pages/ValidateLoginPage/index.website.tsx Lines 33 to 50 in 31adaa8
so App/src/pages/ValidateLoginPage/index.website.tsx Lines 86 to 92 in 31adaa8
This works fine when the user is logged in, but not when the user is logged out, because To solve this, we can improve the condition to prevent the "here is your magic code" to show if there is an
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?I think we can test 2 cases, 1 when the user is logged in and there is an |
Job added to Upwork: https://www.upwork.com/jobs/~021869401988531631098 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
@rushatgabhane can you review the proposal above? Thanks! |
🎀👀🎀 LGTM |
Triggered auto assignment to @blimpich, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
PR is ready cc: @rushatgabhane |
Commented in the PR, but I don't think that PR that hit staging has solved the core part of this bug report: #54347 (comment) |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.83-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 2025-01-18. 🎊 For reference, here are some details about the assignees on this issue:
|
@rushatgabhane @abekkala @rushatgabhane The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@rushatgabhane can you please complete the checklist so we can move to payments? |
PAYMENT SUMMARY:
|
Requested in ND. |
Payment Summary
BugZero Checklist (@abekkala)
|
@abekkala, @blimpich, @rushatgabhane, @bernhardoj Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@rushatgabhane can you complete the checklist |
$250 approved for @bernhardoj |
@rushatgabhane bumping the checklist again - then we can move to payment! thanks! |
@abekkala, @blimpich, @rushatgabhane, @bernhardoj Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
bumped @rushatgabhane in slack |
@rushatgabhane please complete the checklist |
Bumped @rushatgabhane in Slack once more |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test Proposal Template
Regression Test ProposalPrecondition:Test:
Do we agree 👍 or 👎 |
@abekkala, @blimpich, @rushatgabhane, @bernhardoj Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
$250 approved for @rushatgabhane |
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: 9.0.76-6
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
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: @quinthar
Slack conversation (hyperlinked to channel name): convert
Action Performed:
Expected Result:
The invite link should direct the user to the workspace setup or login page, allowing them to join the workspace.
Actual Result:
White blank screen displayed
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Recording.849.mp4
Screen.Recording.2024-12-15.at.1.20.24.PM.mov
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @abekkalaThe text was updated successfully, but these errors were encountered: