Vercel postgres + Prisma migrate
I got a super simple setup using Vercel's Postgres services, when running
prisma migrate dev
I do however get stuck with the following error:
Searching around the web is not making me much wiser when it comes to Vercel's services specifically on how to resolve the issue.
Does anyone happen to have any insight or ideas on how to resolve the issue?
Cheers!1 Reply
my URL had
-pooler
in the connection url. After removing it from the URL to use Neon's non pooled url it worked.