postgres db probs on vercel lately?

Has anyone else experienced problems with vercel not finding the server localhost:port of their postgres db? I havent touched this since the vanilla setup of t3 with postgres. Curently only using this as auth with discord. It just decided to stop working and the server is no longer a thing?
prisma:error
Invalid prisma.account.findUnique() invocation:


Can't reach database server at
localhost
:5432

Please make sure your database server is running at
localhost
:5432.
[next-auth][error][adapter_error_getUserByAccount]
https://next-auth.js.org/errors#adapter_error_getuserbyaccount
Invalid prisma.account.findUnique() invocation:


Can't reach database server at
localhost
:5432

Please make sure your database server is running at
localhost
:5432. {
message: '\n' +
'Invalid prisma.account.findUnique() invocation:\n' +
'\n' +
'\n' +
"Can't reach database server at
localhost
:5432\n" +
'\n' +
'Please make sure your database server is running at
localhost
:5432.',
stack: 'PrismaClientInitializationError: \n' +
'Invalid prisma.account.findUnique() invocation:\n' +
'\n' +
'\n' +
"Can't reach database server at
localhost
:5432\n" +
'\n' +
This is a list of errors output from NextAuth.js.
Was this page helpful?