Prisma pull/push not working with PrismaPg adapter
I'm trying to use Prisma with GCP Cloud SQL so I have custom
prisma.config.ts which uses PrismaPg and to make the connection. However on every push/pull command I get this error:
Does anyone have any ideas of the cause? The db is empty and I've tried to delete+recreate the public schema but the issue persists. The push works fine if I don't use the custom configuration, but then I have to start the SQL proxy manually.3 Replies
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into
#ask-ai if you get antsy for a second opinion!This is my
prisma.config.ts in case it give any ideas:
Hmm, this is strange.
Does this happen on latest prisma version 6.9.0 as well?