This repo shows a problem with sveltekit adapter-node that causes large file uploads to hang the server.
To reproduce
pnpm installpnpm buildpnpm serveyou 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.