SupabaseS
Supabase3mo ago
Ise

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 supabase.justware.it:5432
Please 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
Was this page helpful?