-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
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
Reading Buffer when input is a rawBody string #371
Comments
Thank you for mentioning this. I saw your pull request but couldn't apply the patch. Knowing that it works with The override is necessary for firebase deploy since sub dependencies will get the current version of
{
"dependencies": {
"h3": "1.6.2"
},
"pnpm": {
"overrides": {
"h3": "1.6.2"
}
}
} |
Having the same issue, @chrisspiegl solution worked. |
Just encountered same issue and fix. 1.6.2 worked. |
same problem, thank you @chrisspiegl for the work around waiting for the merge |
HI. This should have been fixed in latest h3 releases. Please let me know to investigate if you can still reproduce. |
Another related fix for form-data requests (firebase parses them as json in |
Environment
Issue did not exist in v1.6.2
Reproduction
Describe the bug
When type is buffer, the buffer should parse the buffer. When type is _rawBody, use string as-is.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: