You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prisma : 4.1.0-dev.74
@prisma/client : 4.0.0
Current platform : darwin
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>)
Does the issue persist even after updating to the latest prisma CLI dev version? (npm i -D prisma@dev)
Prisma schema (if relevant):
The text was updated successfully, but these errors were encountered:
I push my project yesterday and made no change and studio running perfectly, This happen for the first time this morning, yesterday i have defined docker so that it opens at the opening of my session on macos, i dont know if there is a relation between this setting change and this issue
I see that you've updated the title to indicate that your issue is solved, so I'll close this one now. Let us know if your run into any further issues.
prisma -v
ornpx prisma -v
):Does the issue persist even after updating to the latest
prisma
CLI dev version? (npm i -D prisma@dev
)Prisma schema (if relevant):
The text was updated successfully, but these errors were encountered: