studio icon indicating copy to clipboard operation
studio copied to clipboard

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.

Results 200 studio issues
Sort by recently updated
recently updated
newest added

### Bug description i dont kwnow ### How to reproduce ### Expected behavior _No response_ ### Prisma information ### Environment & setup - OS: - Browser: - Database: ### Prisma...

kind/bug

### Bug description I have run - npx prisma generate - npm run dev - and then npx prisma studio but Fatal Error ### How to reproduce ### Expected behavior...

kind/bug

### Bug description Simply start up prisma studio, after a few seconds the browser gives the error: ``` [runQuery] Error in Prisma Client request: Invalid `f=e.match(J2t)?.[1]??"",g=e.match(Q2t)?.[1]??null,v=e.match(Z2t)?.[1]??null,{getPrismaClient:E,PrismaClientKnownRequestError:x,PrismaClientRustPanicError:S,PrismaClientInitializationError:C,PrismaClientValidationError:A}=require(`${c.prismaClient}/runtime/${u}`),O=Buffer.from(e,"utf-8").toString("base64"),I=(0,GN.createHash)("sha256").update()` invocation in /Users/njenning/code/projects/word-of-the-day/node_modules/.pnpm/[email protected]/node_modules/prisma/build/index.js:1521:12640 1518...

bug/1-unconfirmed
kind/bug
team/client

I want to be able to deploy Prisma Studio to interact with D1 data, probably via Cloudflare Workers and Pages. Depends on https://github.com/prisma/prisma/issues/13310

kind/feature
topic: hosted
topic: deployment

### Bug description TypeError: Do not know how to serialize a BigInt at JSON.stringify () at St.serialize (http://localhost:5555/assets/index.js:1:50152) at St.update (http://localhost:5555/assets/index.js:1:11860) at Cc (http://localhost:5555/assets/vendor.js:50:6994) at St.n (http://localhost:5555/assets/vendor.js:50:6688) at St.update (http://localhost:5555/assets/index.js:1:50009)...

bug/1-unconfirmed
kind/bug
topic: BigInt
topic: Do not know how to serialize a BigInt

1. Prisma version (`prisma -v` or `npx prisma -v`): 2. Logs from Developer Tools Console or Command line, if any: ``` ``` 3. Does the issue persist even after updating...

**Describe the bug** When doubleclicking on a field to edit it that I know contains newlines, the newlines aren't visible, and if I save then the newlines that used to...

kind/feature
topic: Prisma CLI

### Bug description Dialogue windows don't scroll, so if the content is too long, it's impossible to close the window. ![Dialogue window goes exceeds viewport](https://github.com/prisma/studio/assets/155514259/aaff0abd-44f6-41e6-a159-cd46ba4e28a0) ### How to reproduce 1....

kind/bug

### Bug description When using **Prisma Studio** is used to save **Markdown** Content into a `String` field (DataSource = MySQL), it appears that Newlines, Tabs, and possibly other spaces are...

bug/1-unconfirmed
kind/bug
topic: dx

### Bug description I'm using the next auth model for prisma adapter and postgres database. My postgres database is running in container mode. When launching `npx prisma studio` I'm having...

kind/bug