8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Function (both v3 and v4)
https://github.com/ThibaultVlacich/nitro-readMultipartFormData-azure-repro
POST request to /api/test
On local:
bun run dev
On Azure Function:
NITRO_PRESET=azure_functions npx nypm@latest run build cd .output func start
Notice the fileSize difference between local dev, and Azure Function
Local (file size is correct, and coherent with the file uploaded):
Azure:
When using the Azure preset, the body seems to be incorrect when using multipart/form-data, and parsing it using the h3 helper returns invalid files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Azure Function (both v3 and v4)
Reproduction
https://github.com/ThibaultVlacich/nitro-readMultipartFormData-azure-repro
POST request to /api/test
On local:
On Azure Function:
Notice the fileSize difference between local dev, and Azure Function
Local (file size is correct, and coherent with the file uploaded):

Azure:

Describe the bug
When using the Azure preset, the body seems to be incorrect when using multipart/form-data, and parsing it using the h3 helper returns invalid files.
The text was updated successfully, but these errors were encountered: