prisma / studio

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
https://www.prisma.io/studio
1.81k stars 45 forks source link

Invalid string length RangeError: Invalid string length at JSON.stringify (<anonymous>) at _t.serialize (http://localhost:5555/assets/index.js:1:49091) #1236

Open Sahib08 opened 2 months ago

Sahib08 commented 2 months ago
  1. Prisma version (prisma -v or npx prisma -v): 3.14.0

  2. Logs from Developer Tools Console or Command line, if any:

    Invalid string length
    RangeError: Invalid string length
    at JSON.stringify (<anonymous>)
    at _t.serialize (http://localhost:5555/assets/index.js:1:49091)
    at _t.update (http://localhost:5555/assets/index.js:1:12197)
    at Cc (http://localhost:5555/assets/vendor.js:50:6994)
    at _t.n (http://localhost:5555/assets/vendor.js:50:6688)
    at _t.update (http://localhost:5555/assets/index.js:1:48948)
    at Cc (http://localhost:5555/assets/vendor.js:50:6994)
    at _t.n (http://localhost:5555/assets/vendor.js:50:6688)
    at http://localhost:5555/assets/index.js:1:82272
    at Array.forEach (<anonymous>)
  3. Does the issue persist even after updating to the latest prisma CLI dev version? (npm i -D prisma@dev)

  4. Prisma schema (if relevant):