<Link> doesn't navigate to the intercepted route in specific scenario #65144
Labels
bug
Issue was opened via the bug report template.
linear: next
Confirmed issue that is tracked by the Next.js team.
locked
Parallel & Intercepting Routes
Related to Parallel and/or Intercepting routes.
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/great-lumiere-lgkkyj
To Reproduce
Current vs. Expected behavior
Current: On step 3 the only thing that chages is the address bar. If "back to signin" button would be router.push("/signin") router.refresh() it would work as expected.
Expected: navigate to "/signin".
Provide environment information
Which area(s) are affected? (Select all that apply)
Parallel & Intercepting Routes
Which stage(s) are affected? (Select all that apply)
next dev (local), next start (local)
Additional context
Pages Router label added by mistake
NEXT-3257
The text was updated successfully, but these errors were encountered: