Hey,
We’re seeing this error in prod with Prisma Postgres:
Failed to connect to upstream database. Please contact Prisma support if the problem persists.
Context:
Next.js app on Vercel
ORM: Drizzle + pg
DB: Prisma Postgres
Errors: 500s, long durations (~12–22s)
Has anyone seen this?
Any ideas on root cause (Prisma Postgres down / proxy / limits / URL config) or best practices with Drizzle/pg to avoid it?
Thanks!