Embed Prisma Studio not showing.
I successfully set up Embed Prisma Studio using Prisma Accelerate, but the tables do not display correctly.
When I check the response of the/studio endpoint from Dev Tools, I think it is a display problem because data is returned normally.
Next.js v15
Tailwind CSS v4

4 Replies
You chose to debug with a human. They'll tinker with your query soon. If you get curious meanwhile, hop into
#ask-ai for a quick spin!Upon further investigation, one import statement in the demo README was missing.
import "@prisma/studio-core/ui/index.css";
When you use Studio components, you must load CSS.i'm facing the same issue but my project is working for half a year, but suddenly it doesn't load anythign
Hey!
So adding the missing CSS fixed the issue for you, right?