Alquiler de coches y transfers privados con anfitriones verificados
The app could not reach PostgreSQL (Prisma P1001). This is a configuration or network issue, not a bug in the car page.
If you see db.prisma.io:5432 in the error, your DATABASE_URL is wrong — use a real Postgres host (local Docker, Neon, Supabase, etc.). See .env.example and docs/database-setup.md in this repository.
Fix .env or .env.local, then run npm run db:sync and restart npm run dev.