kitql
kitql copied to clipboard
Watch and Run - ERR_STREAM_DESTROYED
Describe the bug
Error:
[web] Error writing stream Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
[web] at new NodeError (node:internal/errors:371:5)
[web] at write_ (node:_http_outgoing:750:11)
[web] at ServerResponse.write (node:_http_outgoing:707:15)
[web] at next (file:///home/jycouet/udev/gh/lib/houdini/node_modules/@sveltejs/kit/dist/node.js:5853:8)
[web] at processTicksAndRejections (node:internal/process/task_queues:96:5) {
[web] code: 'ERR_STREAM_DESTROYED'
[web] }
I think it depend on when vite
sees new files... in what order
Not working:
working
Your Example Website or App
repo
Steps to Reproduce the Bug or Issue
.
Expected behavior
.
Screenshots or Videos
No response
Platform
everywhere
Additional context
No response