Synchronizing Sovereign Layer...
Synchronizing Sovereign Layer...
PrismaClientInitializationError: Can't reach database server at `localhost`:`5432`This error occurs when the Prisma Client cannot establish a TCP connection to your database server. It is typically caused by incorrect environment variables, a stopped database service, or restrictive firewall rules/Postgres configurations.
Ensure your DATABASE_URL follows the correct format: postgresql://user:password@host:port/db?schema=public
If using a serverless provider like Supabase, suffix your connection string with ?pgbouncer=true or use the specialized transaction port.