Windows 11
Node 24.14.1
prisma 7.6.0
@prisma/client 7.6.0
@prisma/adapter-pg 7.6.0
Studio 0.27.3
PostgreSQL
Prisma Studio starts successfully on localhost:5555 and the UI loads data correctly.
However, every time the Studio UI is accessed, the server logs:
Error [ERR_STREAM_UNABLE_TO_PIPE]: Cannot pipe to a closed or destroyed stream
This also happens with:
prisma studio --port 5555 --browser none
The Studio remains usable, data is visible, and DB access appears normal.
Windows 11
Node 24.14.1
prisma 7.6.0
@prisma/client 7.6.0
@prisma/adapter-pg 7.6.0
Studio 0.27.3
PostgreSQL
Prisma Studio starts successfully on localhost:5555 and the UI loads data correctly.
However, every time the Studio UI is accessed, the server logs:
Error [ERR_STREAM_UNABLE_TO_PIPE]: Cannot pipe to a closed or destroyed stream
This also happens with:
prisma studio --port 5555 --browser none
The Studio remains usable, data is visible, and DB access appears normal.