-
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-12-04] Investigate Navigation.goBack issue on page reload #31661
Comments
Triggered auto assignment to @strepanier03 ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.When the current route is a RHP referral page and the application is reloaded, user is navigated back to the same page on click of What is the root cause of that problem?When we reload the application, the application will launch the app with deep link url here. Here we wait for the routes to be populated in navigation here and, later, perform navigation here using The same behaviour can be observed for Additionally, desktop applications have problem for deep link URL due to the additional call to What changes do you think we should make in order to solve the problem?To solve the problem, we can simply remove the call to
What alternative solutions did you explore? (Optional)The alternate approach used was to replace Navigation.navigate(route, CONST.NAVIGATION.ACTION_TYPE.REPLACE); |
This comment was marked as off-topic.
This comment was marked as off-topic.
This issue should be solved by this PR - #31702 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.3-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-12-04. 🎊 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.
|
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 think we can close this one, since we have another issue to solve this. |
Action Performed:
Expected Result:
User should be navigated to the fallback route
Actual Result:
User is navigated back to the same page, but clicking
Got it
a 2nd time navigates the user to the correct fallback pageWorkaround:
Click
Got it
twicePlatforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
bug.mov
Add any screenshot/video evidence
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: