Issues with navigation to same route with differnent parameter values #1783
Unanswered
JonWatkins
asked this question in
Help & Questions
Replies: 2 comments
-
I have even tried to bypass vike routing, and use window.location and even tried to force a page reload. but nothing gets the page content to update. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess you don't use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lets say that I am on this page
/admin/comment/1234
but on this page there is a link to/admin/comment/4356
the page content and pageContext doesnt change?im trying to navigate using
await navigate("/admin/comment/4356")
I can see that the new pageContext is fetched. but i cant find a way to get the page to update correctly. have tried many different ways to in the page compnent to check for changes. We are using the +data hook to fetch the data for the page.
Beta Was this translation helpful? Give feedback.
All reactions