-
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
Login - Infinite loading and no error message when typing wrong Magic Code. #54698
Comments
Triggered auto assignment to @marcaaron ( |
Triggered auto assignment to @bfitzexpensify ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 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:
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Infinite loading and no error message displayed when typing an incorrect Magic Code on login screen. What is the root cause of that problem?Regression from: #52822 After login and enter the wrong magic code, we'll trigger update the failureData in App/src/libs/actions/OnyxUpdates.ts Line 55 in e5108a1
the failureData should update the isLoading to false The App/src/libs/actions/QueuedOnyxUpdates.ts Line 39 in e5108a1
so we still see the loading state What changes do you think we should make in order to solve the problem?
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?We should update QueuedOnyxUpdatesTest.ts to cover this case. What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. Result |
@marcaaron @bfitzexpensify What do you think about my proposal? I can raise the quick PR. |
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. |
@getusha This issue was caused by our pull request. I have created a pull request to fix it. Could you take a look? Thanks! |
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. |
PR merged & being deployed 🙏 |
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: 9.0.80-1
Reproducible in staging?: Yes
Reproducible in production?: No
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Motorola MotoG60 - Android 12 - Chrome
App Component: Other
Action Performed:
Expected Result:
An error message should be automatically displayed when typing an incorrect Magic Code on login screen.
Actual Result:
Infinite loading and no error message displayed when typing an incorrect Magic Code on login screen.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6704701_1735691335174.MC.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: