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
Start
Reproduction Repo
NOTE: it appears setHeader(...) works fine with this setup.
setHeader(...)
When I have the following options in my app.config.ts...
app.config.ts
server: { preset: 'aws-lambda', awsLambda: { streaming: true } }
setCookie doesn't work. Looking in network devtools, the response from the server function does not have set-cookie header.
set-cookie
I've spun up both
https://stream-test.mckamyk.io
Cookie:
setCookie(...) should work with preset: 'aws-lambda' and awsLambda.streaming: true
setCookie(...)
preset: 'aws-lambda'
awsLambda.streaming: true
No response
The text was updated successfully, but these errors were encountered:
I created a nitro issue, as it seems it is related to that. nitrojs/nitro#3228
Sorry, something went wrong.
I created a PR in nitro to solve this nitrojs/nitro#3236
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
Reproduction Repo
When I have the following options in my
app.config.ts
...setCookie doesn't work. Looking in network devtools, the response from the server function does not have
set-cookie
header.I've spun up both
Your Example Website or App
https://stream-test.mckamyk.io
Steps to Reproduce the Bug or Issue
Cookie:
on the page should update to a timestampset-cookie
headerExpected behavior
setCookie(...)
should work withpreset: 'aws-lambda'
andawsLambda.streaming: true
Screenshots or Videos
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: