Problem with Supavisor and Prisma
I'm trying to connect to Supavisor with Prisma an I get this error in the console:
Introspecting based on datasource defined in prisma/schema.prisma
Error: P1001
Can't reach database server at
Please make sure your database server is running at
This is my connection URL:
postgresql://prisma.[TENANT]:[PSW]@supabase.justware.it:5432/postgres
Error: P1001
Can't reach database server at
supabase.justware.it:5432Please make sure your database server is running at
supabase.justware.it:5432.This is my connection URL:
postgresql://prisma.[TENANT]:[PSW]@supabase.justware.it:5432/postgres