You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
multipart/form-data not supported
NotSupportedError: multipart/form-data not supported
at Request.formData (node:internal/deps/undici/undici:2383:19)
at enter (/src/routes/sverdle/+page.server.js:57:30)
at call_action (file:///Users/hans/dev/test-sveltekit-bug/node_modules/@sveltejs/kit/src/runtime/server/page/actions.js:204:9)
at handle_action_json_request (file:///Users/hans/dev/test-sveltekit-bug/node_modules/@sveltejs/kit/src/runtime/server/page/actions.js:42:22)
at render_page (file:///Users/hans/dev/test-sveltekit-bug/node_modules/@sveltejs/kit/src/runtime/server/page/index.js:44:11)
at async resolve (file:///Users/hans/dev/test-sveltekit-bug/node_modules/@sveltejs/kit/src/runtime/server/index.js:241:17)
at async respond (file:///Users/hans/dev/test-sveltekit-bug/node_modules/@sveltejs/kit/src/runtime/server/index.js:292:20)
at async file:///Users/hans/dev/test-sveltekit-bug/node_modules/@sveltejs/kit/src/exports/vite/dev/index.js:413:22
The text was updated successfully, but these errors were encountered:
hanszoons
changed the title
multipart/form-data not supported
All POSTs with enhanced forms throw error 'multipart/form-data not supported'
Nov 16, 2022
Describe the bug
Latest sveltekit update breaks all enhanced forms. All POSTs with enhanced forms results in a 500 error.
Downgrading to @sveltejs/[email protected] reverses this problem.
Maybe something to do with #7494 ?
Reproduction
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: