studio
studio copied to clipboard
Unscrollable and oversized error popup in Prisma Studio
Hello Prisma team 👋
I'm encountering a UI issue with Prisma Studio.
When an error occurs, a popup displaying the error message appears, but:
- The popup is extremely tall (see screenshot),
- It overflows the viewport vertically,
- There is no scroll, so it's impossible to read the full error or dismiss the popup easily.
This makes debugging harder, especially for long stack traces or internal errors.
Steps to reproduce:
- Trigger an error in Prisma Studio (e.g., database connection issue or corrupted schema)
- Wait for the error popup to appear
- Try scrolling or resizing the popup
Expected behavior:
- The error popup should have a max height and be scrollable
- Ideally, long stack traces should be collapsible or shown in a scrollable container
Environment:
- OS: macOS
- Browser: Brave (Chromium-based)
- Node version: V23.7.0
- Prisma version 6.5.0
Screenshot: