Migration gets stuck
I started a SvelteKit project with Prisma and Supabase.
When I try running the command: 'pnpx prisma migrate dev --name init' it never finishes
My .env file has both: DATABASE_URL (port 6543) and DIRECT_URL (port 5432) correctly set.
Please help! I'm stuck 😅
1 Reply
I think it's solved! I added directUrl to the schema 😄