Skip to content
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

fix: separate res.write and res.end` for Nextjs 12 support #45

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

smeijer
Copy link
Owner

@smeijer smeijer commented Nov 15, 2021

My best guess is that we now need to use write explicitly, because of the response streaming that Next now does. Need to investigate further, but for now this seems to work.

@smeijer smeijer self-assigned this Nov 15, 2021
@smeijer smeijer added the 🐛 bug Something isn't working label Nov 15, 2021
@smeijer smeijer changed the title fix: separate res.write and res.end for Nextjs 12 support fix: separate res.write and res.end` for Nextjs 12 support Nov 15, 2021
@smeijer smeijer merged commit 0a63fd6 into main Nov 15, 2021
@smeijer smeijer deleted the feature/fix-next12 branch November 15, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant