-
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-09-29] [$500] Chat - Conversations do not load if you interrupt the Internet connection when logging in #27054
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @deetergp ( |
I'm pretty sure I was able to recreate this on production… So I'm not sure it's a DeployBlocker. |
I'm going to mark this as External and see what our contributors can do with it. |
Job added to Upwork: https://www.upwork.com/jobs/~0159e32a8761c731e6 |
Triggered auto assignment to @bfitzexpensify ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @narefyev91 ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Chat - Conversations do not load if you interrupt the Internet connection when logging in What is the root cause of that problem?in AuthScreen.js What changes do you think we should make in order to solve the problem?if we are solving this issue in FE. adding App.openApp(); next to App.reconnectApp() will get latest results and conversations. What alternative solutions did you explore? (Optional)Other solution is to fix ReconnectApp api response to get same results as OpenApp(). chathistoryproblem.mp4 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Chat - Conversations do not load if you interrupt the Internet connection when logging in What is the root cause of that problem?After login successfully, we call API Although we already we the logic to run What changes do you think we should make in order to solve the problem?We should create the new Onyx key named In
ResultScreen.Recording.2023-09-13.at.18.26.33.mp4 |
Proposal from @tienifr looks good to me #27054 (comment) |
Current assignee @deetergp is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
Adding IS_LOADING_APP is good idea but there is one problem with isLoadingApp? App.openApp(): App.reconnectApp(this.props.lastUpdateIDAppliedToClient) After successfully login if there is network lost and then it is not gonna able to call APP.write so we will lose data. I would suggest to add. App.reconnectApp(this.props.lastUpdateIDAppliedToClient) }); if(!isLoadingApp) { |
@deetergp What do you think about my proposal above? |
Your solution looks good @tienifr, thanks! |
📣 @tienifr 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
🎯 ⚡️ Woah @narefyev91 / @tienifr, great job pushing this forwards! ⚡️ The pull request got merged within 3 working days of assignment, so this job is eligible for a 50% #urgency bonus 🎉
On to the next one 🚀 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.72-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-09-29. 🎊 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:
|
@deetergp, @narefyev91, @bfitzexpensify, @tienifr Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Are we still holding on this? |
Payment complete to @tienifr. No payment required to @narefyev91. Think we're now good to close this out. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
The app should in all situations download the entire conversation history if online
Actual Result:
If you turn off the internet when logging into your HT account and then turn it back on, the app can't load the conversation history and only loads the last active one
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.66-3
Reproducible in staging?: Yes
Reproducible in production?: No
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
Notes/Photos/Videos: Any additional supporting documentation
Bug6193244_Recording__204.mp4
Record_Android.mp4
Production
20230908_220010.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal team
Slack conversation:
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: