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
Since updating to Sveltekit v370 and adapter-netlify v68, forms with enctype multipart/form-data don't work anymore when deployed to Netlify. Even if no file is sent to the server, a NotSupportedError is thrown with the message multipart/form-data not supported.
This used to work fine, so I don't think the problem is with Netlify (unless they had an update I wasn't aware of).
I am seeing the same issue on a new demo app with adapter-netlify installed and split: true in the config file. I was testing this issue to see if it had been resolved. I no longer get an error on the page, but now get the form not supported error below.
{
name: "NotSupportedError",
message: "multipart/form-data not supported",
stack: "NotSupportedError: multipart/form-data not supported",
code: "UND_ERR_NOT_SUPPORTED"
}
Describe the bug
Since updating to Sveltekit v370 and adapter-netlify v68, forms with enctype
multipart/form-data
don't work anymore when deployed to Netlify. Even if no file is sent to the server, aNotSupportedError
is thrown with the messagemultipart/form-data not supported
.This used to work fine, so I don't think the problem is with Netlify (unless they had an update I wasn't aware of).
Reproduction
Repo: https://github.com/f-elix/netlify-multipart-formdata-bug
Deployed url: https://chipper-moxie-864d1d.netlify.app/
Go to the deployed url and submit the form to see the error.
Logs
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: