Skip to content
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-07-20] [HOLD for payment 2023-07-17] Login - Crash when navigating to the concierge chat via deeplink after login #22502

Closed
3 of 6 tasks
lanitochka17 opened this issue Jul 8, 2023 · 30 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering Help Wanted Apply this label when an issue is open to proposals by contributors Internal Requires API changes or must be handled by Expensify staff

Comments

@lanitochka17
Copy link

lanitochka17 commented Jul 8, 2023

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Action Performed:

  1. Log out of NewDot
  2. Go to https://staging.new.expensify.com/concierge
  3. Verify that you are taken to the login screen
  4. Log in to NewDot with any account

Expected Result:

You're navigated to the concierge chat after login

Actual Result:

App crashes

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.3.38.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

Bug6121132_Recording__5388.mp4

Bug6121132_image__129_

Expensify/Expensify Issue URL:

Issue reported by: Applause - Internal Team

Slack conversation:

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01cdf0596ececb29a0
  • Upwork Job ID: 1683603845958860801
  • Last Price Increase: 2023-07-24
@lanitochka17 lanitochka17 added the DeployBlockerCash This issue or pull request should block deployment label Jul 8, 2023
@OSBotify
Copy link
Contributor

OSBotify commented Jul 8, 2023

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open StagingDeployCash deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@melvin-bot
Copy link

melvin-bot bot commented Jul 8, 2023

Triggered auto assignment to @marcaaron (Engineering), see https://stackoverflow.com/c/expensify/questions/4319 for more details.

@c3024
Copy link
Contributor

c3024 commented Jul 9, 2023

Proposal

Please re-state the problem that we are trying to solve in this issue.

App crashes when navigating to Conceirge page via deeplink after login

What is the root cause of that problem?

In the navigateToConveirgeChat in Report.js, this is the condition

if (!Navigation.getReportIDFromRoute()) {
            Navigation.navigate(ROUTES.REPORT);
        }

This Navigation has no function called getReportIDFromRoute, so app crashes

What changes do you think we should make in order to solve the problem?

We change that check to

if (!Navigation.getTopmostReportID()) {
            Navigation.navigate(ROUTES.REPORT);
        }

@francoisl
Copy link
Contributor

@c3024 are you available to submit a PR for this please?

@francoisl
Copy link
Contributor

Since this is a deploy blocker, I'm going to submit a PR now.

@c3024
Copy link
Contributor

c3024 commented Jul 10, 2023

@francoisl Sorry, I was sleeping and could not check the message. Would I be considered for payment for the proposal?

@francoisl francoisl added the Bug Something is broken. Auto assigns a BugZero manager. label Jul 10, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jul 10, 2023

Triggered auto assignment to @anmurali (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@melvin-bot

This comment was marked as resolved.

@francoisl
Copy link
Contributor

Yes @c3024 we'll compensate since we used your proposal (tagging a BugZero team member). Also assigning to @thesahindia for the PR review and testing.

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Daily KSv2 labels Jul 10, 2023
@melvin-bot melvin-bot bot changed the title Login - Crash when navigating to the concierge chat via deeplink after login [HOLD for payment 2023-07-17] Login - Crash when navigating to the concierge chat via deeplink after login Jul 10, 2023
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Jul 10, 2023
@anmurali
Copy link

Not overdue, will pay tomorrow, which is the 20th!

@melvin-bot melvin-bot bot added Overdue and removed Overdue labels Jul 19, 2023
@anmurali
Copy link

Payments can be processed now. I am OOO for 10 days so I am going to let someone else on the BZ team take care of this.

@melvin-bot melvin-bot bot removed the Overdue label Jul 24, 2023
@anmurali anmurali removed their assignment Jul 24, 2023
@anmurali anmurali added Bug Something is broken. Auto assigns a BugZero manager. and removed Bug Something is broken. Auto assigns a BugZero manager. labels Jul 24, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jul 24, 2023

Triggered auto assignment to @alexpensify (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@melvin-bot
Copy link

melvin-bot bot commented Jul 24, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@alexpensify alexpensify added Internal Requires API changes or must be handled by Expensify staff Help Wanted Apply this label when an issue is open to proposals by contributors labels Jul 24, 2023
@melvin-bot
Copy link

melvin-bot bot commented Jul 24, 2023

Job added to Upwork: https://www.upwork.com/jobs/~01cdf0596ececb29a0

@melvin-bot
Copy link

melvin-bot bot commented Jul 24, 2023

Current assignee @thesahindia is eligible for the Internal assigner, not assigning anyone new.

@alexpensify
Copy link
Contributor

alexpensify commented Jul 24, 2023

I'm confirming the payment amounts and will prepare them tomorrow. Sorry for the delay!

Upwork link for payment: https://www.upwork.com/jobs/~01cdf0596ececb29a0

@alexpensify
Copy link
Contributor

Alright, the payment process has started in Upwork. @c3024 please accept and I can complete the payment process.

Heads up, I didn't include the bonus because we just used the proposal, and an Expensify engineer implemented the code. Let me know if there are other questions.


@thesahindia - please update the checklist and within ND, please request payment + urgency bonus since you were involved in the review process.

@c3024
Copy link
Contributor

c3024 commented Jul 25, 2023

Accepted the offer on Upwork @alexpensify

Heads up, I didn't include the bonus because we just used the proposal, and an Expensify engineer implemented the code

I understand, thanks.

@alexpensify
Copy link
Contributor

alexpensify commented Jul 26, 2023

Here is the payment summary:

  • External issue reporter - N/A
  • Contributor that fixed the issue - @c3024 $1000
  • Contributor+ that helped on the issue and/or PR - @thesahindia $1500

Upwork Job:
https://www.upwork.com/jobs/~01cdf0596ececb29a0

*If applicable, the bonuses will be applied on the final payment

Extra Notes regarding payment: #22502 (comment)

@alexpensify
Copy link
Contributor

The payment has been sent to @c3024 via Upwork.


@thesahindia please complete the checklist, so we can close this GH. Heads up, please request payment from @JmillsExpensify. Anu is currently OOO. Thank you!

@thesahindia
Copy link
Member

I will do it in the morning!

@alexpensify
Copy link
Contributor

@thesahindia any update on the checklist here? I'd like to close this out soon. Thank you!

@thesahindia
Copy link
Member

Ahh, I missed it somehow. We already have added a comment on the offending PR. We were using incorrect function. I don't think we need any change in the checklist and it doesn't need a regression test. So we don't have to do anything.

@melvin-bot melvin-bot bot added the Overdue label Jul 31, 2023
@alexpensify
Copy link
Contributor

Thank you for that update! I'm going to close this out now.

@melvin-bot melvin-bot bot removed the Overdue label Jul 31, 2023
@JmillsExpensify
Copy link

$1,500 payment for @thesahindia approved based on BZ summary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering Help Wanted Apply this label when an issue is open to proposals by contributors Internal Requires API changes or must be handled by Expensify staff
Projects
None yet
Development

No branches or pull requests

9 participants