P
Prisma5mo ago
Lami

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
No description
4 Replies
Prisma AI Help
Prisma AI Help5mo ago
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!
Lami
LamiOP5mo ago
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.
skidy
skidy5mo ago
i'm facing the same issue but my project is working for half a year, but suddenly it doesn't load anythign
Nurul
Nurul5mo ago
Hey! So adding the missing CSS fixed the issue for you, right?

Did you find this page helpful?