-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[$1000] Chat - Page not found for valid chat with access if clicking deeplink after invalid chat #20722
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @deetergp ( |
This is an edge case similar to #19496 and should be fixed and might be related, but isn't a big enough deal that I would consider it a deploy blocker. |
I updated environments, reproduced in Android and iOS native. Deep links work correctly if app is in LHN |
I'm pretty sure this can be dealt with by a contributor. Marking it external. |
Job added to Upwork: https://www.upwork.com/jobs/~01e33b2003048b6946 |
Triggered auto assignment to @NicMendonca ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel ( |
Hi! I'm Agata from Callstack, expert agency, maybe I can help with this issue? |
Is this issue still opening for proposals? |
ProposalI'll still post a proposal here, hope it helps fix this issue. Please re-state the problem that we are trying to solve in this issue.Chat - Page not found for valid chat with access if clicking deeplink after invalid chat What is the root cause of that problem?We're listening for the deeplink to open report here: Line 167 in a23d161
And we're using navigate for this action so if we are already in a report, when you opened another report, it won't get any updates because the ReportScreen is already visible. You can try to open any report screen, it don't need to be NotFoundPage after that open another valid report from deeplink, you will see it will stay at the first ReportScreen that you opened.App/src/libs/actions/Report.js Line 1678 in a23d161
What changes do you think we should make in order to solve the problem?Instead of navigating to current deeplink route, we can replace current route with your deeplink route. So we will need to update our function to: if (reportID) {
Navigation.navigate(ROUTES.getReportRoute(reportID), 'UP');
} This will make your ReportScreen always update when it's opened from deeplink. (We can also consider update the same way for Concierge report). What alternative solutions did you explore? (Optional)N/A Result:Screen.Recording.2023-06-28.at.22.34.09.mov |
Looks like something related to As a reminder, please make sure that all proposals are not workarounds and that any and all attempt to fix the issue holistically have been made before proceeding with a solution. Proposals to change our Feel free to drop a note in #expensify-open-source with any questions. |
@hungvu193 yes! Still open for proposals! @Santhosh-Sellavel can you review please? #20722 (comment) Hi @koko57 👋 I'll let @Santhosh-Sellavel decide if we need any extra help here. Ty! |
Just found out about this issue and I believe it's a dupe of #20624. @hungvu193 passing 'UP' will replace the screen. There is no accepted proposal in #20624 yet. |
Yes, this seems to duplicate, @hungvu193 Please move your proposal there too. As it sounds like a good option! @NicMendonca We can close this as it is a duplicate of #20624. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Issue found when executing PR #20407
Action Performed:
Expected Result:
Chat should be displayed
Actual Result:
Page not found is still displayed
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.27.2
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
Bug6091758_video_10__3_.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: