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 node crashing when used without stream #498

Merged
merged 5 commits into from
Aug 26, 2024
Merged

Fix node crashing when used without stream #498

merged 5 commits into from
Aug 26, 2024

Conversation

conico974
Copy link
Collaborator

This fix a weird issue of Node crashing with 3.1 for some route.
I can't even figure out why some routes work and why some don't.

For some reason Node crash silently if the OpenNextNodeResponse is not piped to a writable.
Even inside a try/catch, node just stop running with no visible logs.
Link to the discord thread https://discord.com/channels/983865673656705025/1276418643080511529

Copy link

vercel bot commented Aug 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 4:55pm

Copy link

changeset-bot bot commented Aug 26, 2024

🦋 Changeset detected

Latest commit: f3e22b6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
open-next Patch
app-pages-router Patch
app-router Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@conico974 conico974 merged commit 85af1ce into main Aug 26, 2024
3 checks passed
@conico974 conico974 deleted the fix/null-return branch August 26, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants