#server route GET handler not triggered when `Link`ed

3 messages · Page 1 of 1 (latest)

noble knot
#

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?

compact coral
#

add reloadDocument

#

otherwise link will perform client side navigation