This repo shows a problem with sveltekit adapter-node that causes large file uploads to hang the server.
To reproduce
pnpm install
pnpm build
pnpm serve
you should see log output in the console of the server stating that the file is being saved to /tmp/upload.jpg
.
console shows nothing and server just sits there hanging. The POST in the browser never completes.