Page caching bug? #66639
Unanswered
ricardo-fnd
asked this question in
App Router
Page caching bug?
#66639
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Each card is a
<Link>
to other page.When pressing the first
<Link>
a request is made with that card ID.When pressing the second
<Link>
another request is made with that card ID.When pressing the first
<Link>
again, I'm getting the UI from the second<Link>
even though the URL shows the correct ID (from the first<Link>
) and now request is made. So I'm assuming next is using cache, but the wrong cache...Screen.Recording.2024-06-07.at.11.35.35.mov
Beta Was this translation helpful? Give feedback.
All reactions