Prisma pull/push not working with PrismaPg adapter
I'm trying to use Prisma with GCP Cloud SQL so I have custom
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.
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.