vicaryV
Denoβ€’3w ago
vicary

[Fresh] vite crashes with Broken Pipe error

πŸ‹FreshπŸ—οΈNode Compatibility
This crashes the vite server; inconvenient for humans, but breaks agentic sessions.

When navigating too quickly between pages, there is a chance that the HMR WebSocket of previous pages being closed, before the contents are fully piped through.

From the error messages it feels like happening at
.pipe()
in the Node Stream compat layer.
image.png
Was this page helpful?