You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same issue that was occurring in #3718. When I tested it, I thought I remember it not doing this any more and assumed it was fixed. I could be misremembering or it is possible that something else has caused a regression since then. Possibly related to #3532.
The text was updated successfully, but these errors were encountered:
Yep I ran into this as well, had to move my index.ts shadow endpoint to a home.json.ts manual endpoint. It was fixed temporarily but seems to have regressed again — initial load works, but navigating back to index results in a faulty data fetch
Describe the bug
I get the following error on internal routing to the root url:
And I get the following in the console:
Reproduction
Reproducible using https://github.com/kdheepak/svelte-kit-test and adapter-static, on github pages.
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
I believe the error has something to do with this:
kit/packages/kit/src/runtime/client/renderer.js
Lines 757 to 764 in 905457b
This is the same issue that was occurring in #3718. When I tested it, I thought I remember it not doing this any more and assumed it was fixed. I could be misremembering or it is possible that something else has caused a regression since then. Possibly related to #3532.
The text was updated successfully, but these errors were encountered: