Today I did "npm update" after a long time to get everything current (still on 1.0.0-next.250). Got the latest (1.0.0-next.367) and my requests started hanging. So then I tried a brand new SvelteKit project and the same thing is happening. Details below.
Reproduction
Standard setup instructions
npm create svelte my-app
cd my-app
npm install
Switch to adapter node and build/run
npm i @sveltejs/adapter-node
Edit svelte.config.js to be
- import adapter from '@sveltejs/adapter-auto';
+ import adapter from '@sveltejs/adapter-node';
Build/run
npm run build
node build/index.js
Looks like it fires up on 3000 but requests spin forever.
Describe the bug
Today I did "npm update" after a long time to get everything current (still on 1.0.0-next.250). Got the latest (1.0.0-next.367) and my requests started hanging. So then I tried a brand new SvelteKit project and the same thing is happening. Details below.
Reproduction
Edit svelte.config.js to be
Build/run
Looks like it fires up on 3000 but requests spin forever.
Logs
No response
System Info
Severity
blocking an upgrade
Additional Information
No response