T
TanStack5w ago
solid-orange

server route GET handler not triggered when `Link`ed

I noticed that when navigating to a server route with a GET handler via <Link to="/some-route">Test</Link>. Is there a way to make this work? a full page refresh triggers it but not navigating to it via Link?
2 Replies
rival-black
rival-black5w ago
add reloadDocument otherwise link will perform client side navigation
solid-orange
solid-orangeOP5w ago
gotcha thanks!

Did you find this page helpful?