-
Notifications
You must be signed in to change notification settings - Fork 48
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
bug reported #1034
Comments
What Prisma version and browser are you using? Could you share your schema file with us, so we can better debug the issue you're running into? |
prisma version: 4.4.0 `model User { @@Map("t_user") model Role { @@Map("t_role") model Permission { @@Map("t_permission") model Roles_Permissions { @@id([roleId, permissionId]) model Users_Roles { |
Thanks for the details! That'll help our engineering team look into this. In the meantime, you might want to try clearing your IndexedDB as a workaround: #895 (comment) |
Bug description
Invalid string length
RangeError: Invalid string length
at JSON.stringify ()
at xt.serialize (http://localhost:5555/assets/index.js:1:49974)
at xt.update (http://localhost:5555/assets/index.js:1:12197)
at Cc (http://localhost:5555/assets/vendor.js:50:6994)
at xt.n (http://localhost:5555/assets/vendor.js:50:6688)
at xt.update (http://localhost:5555/assets/index.js:1:49831)
at Cc (http://localhost:5555/assets/vendor.js:50:6994)
at xt.n (http://localhost:5555/assets/vendor.js:50:6688)
at http://localhost:5555/assets/index.js:1:83936
at Array.forEach ()
How to reproduce
Expected behavior
No response
Prisma information
Environment & setup
Prisma logs
No response
The text was updated successfully, but these errors were encountered: