Bug description
Prisma Studio fails to open or function correctly when using a local SQLite database (dev.db). After running migrations and generating the Prisma Client successfully, Prisma Studio either does not load the database properly or behaves unexpectedly.
The issue occurs even though:
npx prisma generate runs successfully
npx prisma migrate dev completes without errors
The SQLite database file (dev.db) exists at the correct path
This makes it difficult to inspect or manage data using Prisma Studio during local development.
How to reproduce
Expected behavior
No response
Prisma information
Environment & setup
Prisma logs
No response
Bug description
Prisma Studio fails to open or function correctly when using a local SQLite database (dev.db). After running migrations and generating the Prisma Client successfully, Prisma Studio either does not load the database properly or behaves unexpectedly.
The issue occurs even though:
npx prisma generate runs successfully
npx prisma migrate dev completes without errors
The SQLite database file (dev.db) exists at the correct path
This makes it difficult to inspect or manage data using Prisma Studio during local development.
How to reproduce
Expected behavior
No response
Prisma information
Environment & setup
Prisma logs
No response