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
Logs from Developer Tools Console or Command line, if any:
CONSOLE LOG:
[BootstrapStore.init] Studio bootstrap failed
{
"message": "Invalid string length",
"stack": "RangeError: Invalid string length\n at JSON.stringify (<anonymous>)\n at _t.serialize (http://localhost:5555/assets/index.js:1:49091)\n at _t.update (http://localhost:5555/assets/index.js:1:12197)\n at Cc (http://localhost:5555/assets/vendor.js:50:6994)\n at _t.n (http://localhost:5555/assets/vendor.js:50:6688)\n at _t.update (http://localhost:5555/assets/index.js:1:48948)\n at Cc (http://localhost:5555/assets/vendor.js:50:6994)\n at _t.n (http://localhost:5555/assets/vendor.js:50:6688)\n at http://localhost:5555/assets/index.js:1:82151\n at Array.forEach (<anonymous>)"
}
RangeError: Invalid string length
at JSON.stringify (<anonymous>)
at _t.serialize (:5555/assets/index.js:1:49091)
at _t.update (:5555/assets/index.js:1:12197)
at Cc (:5555/assets/vendor.js:50:6994)
at _t.n (:5555/assets/vendor.js:50:6688)
at _t.update (:5555/assets/index.js:1:48948)
at Cc (:5555/assets/vendor.js:50:6994)
at _t.n (:5555/assets/vendor.js:50:6688)
at :5555/assets/index.js:1:82151
at Array.forEach (<anonymous>)
STUDIO UI ERROR REPORT:
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:82151
at Array.forEach (<anonymous>)
Does the issue persist even after updating to the latest prisma CLI dev version? (npm i -D prisma@dev)
Yes, I had this issue yesterday but upgrading to dev release stream it seemed to resolve it. However starting up my project again today, the error reoccurred, I tried upgrading again to latest DEV release but the problem persists.
Prisma schema (if relevant):
Not applicable, the issue is that Prisma Studio fails to start.
The text was updated successfully, but these errors were encountered:
prisma -v
ornpx prisma -v
):CONSOLE LOG:
STUDIO UI ERROR REPORT:
Does the issue persist even after updating to the latest
prisma
CLI dev version? (npm i -D prisma@dev
)Yes, I had this issue yesterday but upgrading to dev release stream it seemed to resolve it. However starting up my project again today, the error reoccurred, I tried upgrading again to latest DEV release but the problem persists.
Prisma schema (if relevant):
The text was updated successfully, but these errors were encountered: