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
When there is an error in prisma studio, a very long alert will pop up with a non-verbose error, that is soo long you cannot click "dismiss" because it goes outside the page, and you're unable to scroll down. Apparently the real error is on the very bottom of this long message, though sometimes it only appears as [object Object]. A workaround for now is to manually delete the node from the inspector. In "more details" there is the same thing.
How to reproduce
Create a table, for example with an unique field.
Create two records with the same value in the same field.
See error
Expected behavior
I believe the alert should only tell you the error
Prisma information
I can't share my schema. Just create yours and do what I told you to reproduce the bug.
Bug description
When there is an error in prisma studio, a very long alert will pop up with a non-verbose error, that is soo long you cannot click "dismiss" because it goes outside the page, and you're unable to scroll down. Apparently the real error is on the very bottom of this long message, though sometimes it only appears as [object Object]. A workaround for now is to manually delete the node from the inspector. In "more details" there is the same thing.
How to reproduce
Expected behavior
I believe the alert should only tell you the error
Prisma information
I can't share my schema. Just create yours and do what I told you to reproduce the bug.
Environment variables loaded from .env
prisma : 5.22.0
@prisma/client : 5.22.0
Computed binaryTarget : windows
Operating System : win32
Architecture : x64
Node.js : v20.11.0
Query Engine (Node-API) : libquery-engine 605197351a3c8bdd595af2d2a9bc3025bca48ea2 (at node_modules.pnpm@[email protected]\node_modules@prisma\engines\query_engine-windows.dll.node)
Schema Engine : schema-engine-cli 605197351a3c8bdd595af2d2a9bc3025bca48ea2 (at node_modules.pnpm@[email protected]\node_modules@prisma\engines\schema-engine-windows.exe)
Schema Wasm : @prisma/prisma-schema-wasm 5.22.0-44.605197351a3c8bdd595af2d2a9bc3025bca48ea2
Default Engines Hash : 605197351a3c8bdd595af2d2a9bc3025bca48ea2
Studio : 0.503.0
Environment & setup
Prisma logs
The text was updated successfully, but these errors were encountered: