[Prisma Studio] Error [ERR_STREAM_UNABLE_TO_PIPE]: Cannot pipe to a closed or destroyed stream
at pipelineImpl (node:internal/streams/pipeline:264:15)
at node:stream/promises:31:5
at new Promise ()
at pipeline (node:stream/promises:20:10)
at Ror (C:\Users\DELL\Documents\Project\Course\Work\Testing\backend\node_modules\prisma\build\index.js:4648:10029)
at Server. (C:\Users\DELL\Documents\Project\Course\Work\Testing\backend\node_modules\prisma\build\index.js:4648:9221)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
code: 'ERR_STREAM_UNABLE_TO_PIPE'
}
I am getting this issue while running Prisma version 7.8.0.
[Prisma Studio] Error [ERR_STREAM_UNABLE_TO_PIPE]: Cannot pipe to a closed or destroyed stream
at pipelineImpl (node:internal/streams/pipeline:264:15)
at node:stream/promises:31:5
at new Promise ()
at pipeline (node:stream/promises:20:10)
at Ror (C:\Users\DELL\Documents\Project\Course\Work\Testing\backend\node_modules\prisma\build\index.js:4648:10029)
at Server. (C:\Users\DELL\Documents\Project\Course\Work\Testing\backend\node_modules\prisma\build\index.js:4648:9221)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5) {
code: 'ERR_STREAM_UNABLE_TO_PIPE'
}
I am getting this issue while running Prisma version 7.8.0.