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
nitro: 0.4 node: 16
nitro config
export default defineNitroConfig({ })
server/api/index.ts
export default defineEventhandler((event) => { const test = {test: 'foo', query: useQuery(event)} return test })
{ test: "world" }
instead of ["hello","world"]
["hello","world"]
aws doc looks like the multiValueQueryStringParameters has not been parsed and sent to nitro.
https://github.com/unjs/nitro/blob/9c2f6ca7f5a85b3f922a1af6dedee25f298ba1f2/src/runtime/entries/aws-lambda.ts#L11
No response
The text was updated successfully, but these errors were encountered:
multiValueQueryStringParameters
Is there any workaround while the PR is pending ?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
nitro: 0.4
node: 16
nitro config
Reproduction
server/api/index.ts
instead of
["hello","world"]
Describe the bug
aws doc
looks like the multiValueQueryStringParameters has not been parsed and sent to nitro.
https://github.com/unjs/nitro/blob/9c2f6ca7f5a85b3f922a1af6dedee25f298ba1f2/src/runtime/entries/aws-lambda.ts#L11
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: