Connection Issues psql: error: connection to server, port 5432 failed: Connection refused
Hi I'm using Prisma and Next.js and have managed to connect my app to my neon db instance before but now the connection is being refused.
I have two instances pointing to the same db, one locally (broken) and one from vercel (working).
I've tried connection pooling but that doesn't seem to work either.
I have two instances pointing to the same db, one locally (broken) and one from vercel (working).
I've tried connection pooling but that doesn't seem to work either.
