Prisma + Supabase
hey guys, im a new dev and just wondering if anyone could help me figure out an issue with trying to use prisma + supabase with better-auth.
im having trouble trying to sign in, and sign up when testing my app on localhost. when trying to login with google oauth, im getting the following error:
2025-02-04T18:00:59.819Z ERROR [Better Auth]: PrismaClientInitializationError PrismaClientInitializationError:
Invalid
Please make sure your database server is running at
Invalid
prisma.verification.create()
invocation:
Can't reach database server at aws-0-us-east-1.pooler.supabase.com:6543
Please make sure your database server is running at
aws-0-us-east-1.pooler.supabase.com:6543
.
Been struggling to figure out auth in general, any help would be appreciated. If theres any other info you need to help me figure out this issue, ill be around to provide any additional info needed. thank you guys!0 Replies