-
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-10-30] [$250] Bank Account - "Please provide a valid website" error is shown #50103
Comments
Triggered auto assignment to @anmurali ( |
@anmurali FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
ProposalPlease re-state the problem that we are trying to solve in this issue.Bank Account - "Please provide a valid website" error is shown What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
const formRef = useRef<FormRef | null>(null);
const prevScreenIndex = usePrevious(screenIndex);
useEffect(() => {
if (prevScreenIndex <= screenIndex) {
return;
}
formRef.current?. resetError();
}, [screenIndex, prevScreenIndex]); What alternative solutions did you explore? (Optional)
What alternative solutions did you explore? (Optional 2)We can call App/src/hooks/useStepFormSubmit.ts Lines 23 to 41 in 3b15d84
What alternative solutions did you explore? (Optional 3)
Result |
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
What alternative solutions did you explore? (Optional)
|
Job added to Upwork: https://www.upwork.com/jobs/~021842647294027107619 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ishpaul777 ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Bank Account - "Please provide a valid website" error is shown What is the root cause of that problem?Error is not clearing at the time of previous page. App/src/pages/ReimbursementAccount/BusinessInfo/BusinessInfo.tsx Lines 111 to 113 in 3b15d84
What changes do you think we should make in order to solve the problem?Code should be like this
What alternative solutions did you explore? (Optional) |
i'll expect to have more availability tomorrow to review proposals |
on my radar will review |
@mkzie2 Root cause is correct and for solution instead of cleanup function i suggest we should add a validation check for webiste here: App/src/pages/ReimbursementAccount/BusinessInfo/BusinessInfo.tsx Lines 80 to 83 in e4969b2
website: ValidationUtils.isValidWebsite(values.website) ? values.website : undefined, we can assign @mkzie2 as the solution is built up on their RCA |
Triggered auto assignment to @techievivek, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @ishpaul777 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @mkzie2 You have been assigned to this job! |
Not overdue, issue is assigned to @mkzie2 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.52-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-10-30. 🎊 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:
|
will fillout checklist soon... |
|
@anmurali, @techievivek, @ishpaul777, @mkzie2 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
only pending payment |
@anmurali, @techievivek, @ishpaul777, @mkzie2 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
@ishpaul777 is paid |
@anmurali, @techievivek, @ishpaul777, @mkzie2 Huh... This is 4 days overdue. Who can take care of this? |
not overdue on me |
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: v9.0.43-2
Reproducible in staging?: Y
Reproducible in production?: Y
Issue was found when executing this PR: #49957
Email or phone of affected tester (no customers): gibethlehem@gmail.com
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
"Please provide a valid website" error is not shown
Actual Result:
"Please provide a valid website" error is shown and it is not dismissed even after navigating back
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6622461_1727894084530.Screen_Recording_2024-10-02_at_3.21.18_in_the_afternoon.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @anmuraliThe text was updated successfully, but these errors were encountered: