vercel: what conditions need to be met for the following serverless functions to be created? #9406
Unanswered
UltraCakeBakery
asked this question in
Q&A
Replies: 0 comments
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.
-
I am trying to debug an issue where my
color-chunk-[chunkX]-[chunkY]-[chunkSize]/+server.ts
route returns a404
on vercel. I think it has to do with that there is a custom serverlessfunction being generated for it, and that it somehow isn't mapped correctly? I'm not sure entirely sure, but I hope to get a better understanding of what happens internally so I can properly debug this.I remember reading somewhere that
__data.json
routes are no longer a thing / being used in SvelteKit? Is that true?And why is this ISR route separated into its own function? Can't it be part of the standard singular
render
function?Beta Was this translation helpful? Give feedback.
All reactions