PrismaP
Prisma13mo ago
19 replies
Eagle

Prisma Studio ➖ Getting no records in T3 Stack

(dot)env with:
DATABASE_URL="postgresql://postgres:mysecretpassword@localhost:5432/databaseName?schema=public"


When typing the following:
pnpm prisma studio
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Prisma Studio is up on http://localhost:5555


I am getting no records, anyone who can help troubleshoot this? The schema is loaded correctly but the records are not showing like they are in pgadmin. I am using a Docker container to host postgres on port 5432
Was this page helpful?