Open yacchi1123 opened 9 months ago
Duplicate of https://github.com/vercel/next.js/issues/61336 I think.
@xvvvyz Thank you for reply. I will try to check again once the issue mentioned above has been resolved.
Issue #61336 seems to have been closed, but the problem still occurs even after updating to 14.2.0-canary.13.
+1
Edit by maintainer bot: Comment was automatically minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it adds context to the issue. If you want to express that you have the same problem, use the upvote 👍 on the issue description or subscribe to the issue for updates. Thanks!
Link to the code that reproduces this issue
https://github.com/yacchi1123/next-intercept-route-bug-reproduce
To Reproduce
https://github.com/vercel/next.js/assets/43910343/71fbbea9-6810-4387-ab4c-d346e96f7a9e
Current vs. Expected behavior
Current Behavior: When using Intercepting Route and performing a redirect and revalidate with a Server Action, doing a browser back results in a perpetual loading state.
Expected Behavior: The loading state is resolved, and the page of Intercepting Route is displayed.
Provide environment information
Which area(s) are affected? (Select all that apply)
App Router, Routing (next/router, next/navigation, next/link)
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed)
Additional context
No response