-
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-06-20] [HOLD for payment 2024-06-18] [HIGH] [API Reliability] The app assumes its offline when its on spotty connection #42988
Comments
Unable to auto-create job on Upwork. The BZ team member should create it manually for this issue. |
Triggered auto assignment to @JmillsExpensify ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @parasharrajat ( |
Adam from Callstack, happy to look into it |
I'm afraid we can't find the root cause here (easily) - I wasn't able to reproduce this in any way, the What do we mean by const intervalID = setInterval(() => {
// Offline status also implies backend unreachability
if (isOffline) {
+ NetInfo.refresh();
return;
} Overall, I see the lack of @mountiny I will open up a PR with this update tomorrow morning, I think we can test a build against this behaviour, see if it retries picking up the connection correctly. |
Triggered auto assignment to @techievivek, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.81-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 2024-06-18. 🎊 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:
|
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. |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.82-4 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-06-20. 🎊 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:
|
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:
Regression Test Steps
Do you agree 👍 or 👎 ? |
Looks good to me. @JmillsExpensify can we get this added to testRail? thanks. |
Payment Summary
BugZero Checklist (@JmillsExpensify)
|
I believe it should be 500 as it is a high-priority issue. |
@JmillsExpensify, @parasharrajat, @techievivek, @adhorodyski Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Not overdue. @mountiny, can you please confirm/clarify the bounty for this GH? Thanks. |
I think $500 for the HIGH newdot-quality task is reasonable, we need to encourage people to work on these |
Thanks, that makes sense. @JmillsExpensify can we please issue the payment here? |
@JmillsExpensify, @parasharrajat, @techievivek, @adhorodyski Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Payment requested as per #42988 (comment) |
Not overdue, waiting for payment to complete. CC @JmillsExpensify |
$500 approved for @parasharrajat |
Contract paid out and regression test created, so I'm closing out this issue. |
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:
Reproducible in staging?: Y
Reproducible in production?: Y
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:
Slack conversation: https://expensify.slack.com/archives/C05LX9D6E07/p1717393020259779
Action Performed:
Break down in numbered steps
'm on a pretty good wifi network in that I can access the web normally for almost everything else. But I can't get online with NewDot -- and it doesn't really seem to be trying. I'm in a hotel so I feel like maybe it took a second to get through the wifi authentication, and perhaps it tried once and failed, and now it's not trying again? I would think that it should try every minute or so even when it thinks it can't connect. I'm going to try to refresh to see if that fixes it... Yep, refresh fixed it. So I think retrying every minute or so would also "fix" this
Expected Result:
Describe what you think should've happened
Actual Result:
Describe what actually happened
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @JmillsExpensifyThe text was updated successfully, but these errors were encountered: