What is the x-sveltekit-page: true
response header and where does it come from? (Vercel, sveltekit 1.10)
#9405
Unanswered
UltraCakeBakery
asked this question in
Q&A
Replies: 2 comments
-
I was wondering the same and found your question Seems like it is coming from server rendered page when not served as chunks : |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same issue here... This link is broken This link works We are using dynamic routes app/[country]/[map]/[year] and it is prerendered. We then parse those variables on the frontend to dynamically load different data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It was spotted on one of my broken ISR routes that I'm trying to debug. Does SvelteKit add it, or Vercel? And why is it added? The reason for me to ask is because I have this weird bug with one specific ISR route that for some reason always returns a 404, even when there is only a
return new response('hello')
in its GET handler...I'm think the router of Svelte Kit is broken, or maybe it is the Vercel adapter... or maye it is Vercels platform itself?...
I actually do not know who or what to blame yet... but I hope answers to this question will point me in the right direction :)
Beta Was this translation helpful? Give feedback.
All reactions