PrismaP
Prisma2y ago
7 replies
gaurav1998

npx prisma migrate dev --name init from tutorial not working

Once I get to the part in the supabase prisma tutorial where I run the command
npx prisma migrate dev --name init
the terminal gets stuck at:
Environment variables loaded from .env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-us-west-1.pooler.supabase.com:6543"

Any ideas what the issue is here?
Solution
Hey @Nurul that solution works! So does this mean I won't be using the connection pooler?
Was this page helpful?