Prisma migrate command gets stuck
Answered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
When I run npx prisma migrate dev to create a migration, I get the following message on the console and the process just runs without any result until I break it.
console log message
console log message
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "aws-0-ap-south-1.pooler.supabase.com:6543"Answered by Clown
Also be warned, from my experience supabase database performs very badly either with prisma or with vercel. I have not investigated which of the two is the issue but there are many help forum posts regarding the same issue.
3 Replies
Follow this guide:
https://supabase.com/partners/integrations/prisma
https://supabase.com/partners/integrations/prisma
Also be warned, from my experience supabase database performs very badly either with prisma or with vercel. I have not investigated which of the two is the issue but there are many help forum posts regarding the same issue.
Answer
@Clown Follow this guide:
https://supabase.com/partners/integrations/prisma
Northeast Congo LionOP
I will see