Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prisma Studio Crash #919

Closed
lexkornyukhin opened this issue Apr 22, 2022 · 1 comment
Closed

Prisma Studio Crash #919

lexkornyukhin opened this issue Apr 22, 2022 · 1 comment

Comments

@lexkornyukhin
Copy link

lexkornyukhin commented Apr 22, 2022

  1. Prisma version (prisma -v or npx prisma -v):
prisma                  : 3.13.0-dev.29
@prisma/client          : 3.12.0
Current platform        : darwin-arm64
Query Engine (Node-API) : libquery-engine 07815b335736eb128666b4a5a86e94e19656f4ff (at node_modules/@prisma/engines/libquery_engine-darwin-arm64.dylib.node)
Migration Engine        : migration-engine-cli 07815b335736eb128666b4a5a86e94e19656f4ff (at node_modules/@prisma/engines/migration-engine-darwin-arm64)
Introspection Engine    : introspection-core 07815b335736eb128666b4a5a86e94e19656f4ff (at node_modules/@prisma/engines/introspection-engine-darwin-arm64)
Format Binary           : prisma-fmt 07815b335736eb128666b4a5a86e94e19656f4ff (at node_modules/@prisma/engines/prisma-fmt-darwin-arm64)
Default Engines Hash    : 07815b335736eb128666b4a5a86e94e19656f4ff
Studio                  : 0.459.0
  1. 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>)

Screenshot 2022-04-22 at 14 41 36

  1. Does the issue persist even after updating to the latest prisma CLI dev version? (npm i -D prisma@dev)
    Yes

  2. Prisma schema (if relevant):

@janpio
Copy link
Contributor

janpio commented Apr 22, 2022

See #895

@janpio janpio closed this as completed Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants