-
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 2024-02-14] [$500] Login - When try to log in with Google, an error message under email field appears #31413
Comments
Not able to reproduce on main |
Confirmed reproducible on staging but not main |
Not able to reproduce locally on the staging branch either |
Not going to treat this as a blocker, and we'll see if it's fixed on staging after the next staging deploy. I don't actually think it will be – #30563 is already on staging. |
Triggered auto assignment to @peterdbarkerUK ( |
Bug0 Triage Checklist (Main S/O)
|
Job added to Upwork: https://www.upwork.com/jobs/~01898b63da3ac78d6c |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @robertKozik ( |
Contributor details ProposalPlease re-state the problem that we are trying to solve in this issue.When user makes a click on log with google or apple buttons, a validation error appears under the text input What is the root cause of that problem?The root of this problem, is the validate function that are called on every onBlur event of the text input, so every time the user make a click above the text input, the validation function is triggered. Validation function works well and throw the right error, cause the input are empty. What changes do you think we should make in order to solve the problem?I run the project and checked the issue, the simplest way to solve it is to add new state to the LoginForm component from BaseLoginForm file. New state will be changed to true when user make click on the apple or google log in buttons, and will prevent the validate function from onBlur event of TextInput component. This way doesn't require to remove any existent code. I already tested this solution. What alternative solutions did you explore? (Optional)If to remove the existent code is allowed, i can find another way to fix it. |
📣 @Mihai-Damaschin! 📣
|
Proposal
Please re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
This problem is only occurring on our first blur. What changes do you think we should make in order to solve the problem?
This will allow us to This also allows users to click in and out of the input repeatedly if there's no input and not show any errors. This also retains all the form guidelines from What alternative solutions did you explore? (Optional) |
Triggered auto assignment to @anmurali ( |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.37-7 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-14. 🎊 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:
|
@anmurali this is ready for payment. |
@FitseTLT has been paid Adding a backup BZ member to close this off after those two things are handled here as I am OOO |
Triggered auto assignment to @adelekennedy ( |
@FitseTLT, @roryabraham, @adelekennedy, @aimane-chnaif Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@aimane-chnaif paid! Bump on the regression test question |
We don't need regression test as this was deploy blocker, which means that QA team found this during regression test |
perfect - then we can close this! |
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.0-0
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:
Expected Result:
No error message should be displayed
Actual Result:
An error message under email field appears saying that you must enter an email or phone number
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6278454_1700099470387.bandicam_2023-11-15_20-18-11-460.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: