Skip to content

Conversation

@danielroe
Copy link
Member

πŸ”— Linked issue

reported in nuxt/nuxt#33410 (comment) and on Discord

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

issue reproduced for files > ~131kB on windows on fetchable dev server.

this is only true when returning node streams - which was reproducible b/c nuxt/devtools was using sirv under the hood - also reproducible with ipx (<NuxtImg> was also mentioned)

at the point a file is > ~131kb we hit a deadlock, where no more can be written into the named pipe, and nothing can be cleared out of the socket

this fix skips using undici in this case in favour of using native node http

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2025

πŸ“¦ Bundle Size Comparison

πŸ“ˆ nuxi

Metric Base Head Diff
Rendered 5074.46 KB 5076.47 KB +2.01 KB (+0.04%)

πŸ“ˆ nuxt-cli

Metric Base Head Diff
Rendered 104.21 KB 106.23 KB +2.02 KB (+1.94%)

➑️ create-nuxt

Metric Base Head Diff
Rendered 2178.73 KB 2178.73 KB 0.00 KB (0.00%)

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 7, 2025

nuxt-cli-playground

npm i https://pkg.pr.new/create-nuxt@1072
npm i https://pkg.pr.new/nuxi@1072
npm i https://pkg.pr.new/@nuxt/cli@1072

commit: da1bb52

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 7, 2025

CodSpeed Performance Report

Merging #1072 will not alter performance

Comparing fix/windows-pipeline (da1bb52) with main (5b3d7a3)

Summary

βœ… 2 untouched

@danielroe danielroe marked this pull request as ready for review October 7, 2025 15:00
@danielroe danielroe merged commit b4e2a6d into main Oct 7, 2025
16 of 17 checks passed
@danielroe danielroe deleted the fix/windows-pipeline branch October 7, 2025 16:05
@github-actions github-actions bot mentioned this pull request Oct 7, 2025
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