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•5w ago
add reloadDocument
otherwise link will perform client side navigation
solid-orangeOP•5w ago
gotcha thanks!