Describe the bug
This was added in #13379.
The problem
The phrasing led me to believe that handle will run, which it does not.
The server has an opportunity to intercept each navigation
Because everything happens on the client, this decision can be made immediately...Alternatively, SvelteKit can determine the route on the server...the server will be asked to determine the route
Proposed solution
Further clarify:
- what middleware is the docs referring to
- explicitly state that it does not trigger
handle hook.
Reproduction
.
Logs
System Info
Severity
annoyance
Additional Information
No response