T
TanStack3w ago
firm-tan

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
deep-jade
deep-jade3w ago
add reloadDocument otherwise link will perform client side navigation
firm-tan
firm-tanOP3w ago
gotcha thanks!

Did you find this page helpful?