Thilo Maier @maier.tech · Oct 8

Has anyone building with #SvelteKit and `adapter-node` seen this type of error? Screenshot is a Railway build. Local build works fine. Happens occasionally. This is a Vercel to Railway migration. Never had this issue on Vercel. #Svelte

3 likes 1 replies

?

Replies

{🧪} +paoloricciuti.svelte · Oct 8

That's interesting...if it happens during build, it's most likely the prerendering that is doing fetch requests to the SvelteKit app. The error happens when someone is trying to read the body of a request that has already been consumed. Do you have any prerendered routes?