-
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 2023-10-30] [HOLD for payment 2023-10-27] [$250] Login - App crash on login #29965
Comments
ProposalPlease re-state the problem that we are trying to solve in this issue.App crash on login What is the root cause of that problem?After login with a new account And then the app crashes with this condition because App/src/libs/ReportActionsUtils.ts Line 175 in 229cb5d
What changes do you think we should make in order to solve the problem?We should safely using
App/src/libs/ReportActionsUtils.ts Line 175 in 229cb5d
What alternative solutions did you explore? (Optional) |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @robertjchen ( |
@dukenv0307 It's intentional to get rid of _ in TS.
We should fix this root cause. So there should be no case of |
Job added to Upwork: https://www.upwork.com/jobs/~0110ec104becd93e90 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @hoangzinh ( |
Upwork job price has been updated to $250 |
ProposalPlease re-state the problem that we are trying to solve in this issue.App crashes on first login of user. What is the root cause of that problem?
When const iouRequestActions = reportActions?.filter(..... Since, filter() is not defined on object, the app is crashing. What changes do you think we should make in order to solve the problem?We need to override function ReportScreen({
betas,
route,
report,
reportMetadata,
reportActions: _reportActions,
... Then within component we will define new local variable which will take care of overriding wrong value (i.e. object to array) const reportActions = _.isArray(_reportActions)? _reportActions : []; I tested after these changes, app is not crashing anymore. What alternative solutions did you explore? (Optional)Need to investigate why Onyx is loading |
Bug0 Triage Checklist (Main S/O)
|
@situchan $250 for review and testing |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.87-12 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 2023-10-27. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
I'm still getting a crash on login on staging and the PR for/from here already hit staging.
or... try to navigate from a report link to staging.new.expensify.com and it crashes or... more reliable repro steps Happening on Mac - Chrome and Windows - Chrome (via browserstack) 2023-10-20_14-47-08.mp42023-10-20_14-46-26.mp4 |
@mallenexpensify it would be helpful if you can share console log on web |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.88-11 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 2023-10-30. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
@kubabutkiewicz, @stephanieelliott, @mountiny, @situchan Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@mallenexpensify could you please share console logs with that crash? |
It's different crash - #30109 |
Is there a regression? Or are we all good to pay here? cc: @mallenexpensify |
@stephanieelliott I think we are good to pay @situchan suggested its a different issue |
Summarizing payment on this issue:
Upwork job is here, no bonus is included on final payout |
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.3.87.1
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: @gadhiyamanan /Applause- Internal team reported later
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1697694190199399
Action Performed:
Expected Result:
App should not crash
Actual Result:
App crashes
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2023-10-19.at.11.15.49.AM.mov
MacOS: Desktop
Screen.Recording.2023-10-19.at.11.18.06.AM.mov
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: