Light House Support

The Lighthouse Model

Could not reach the database.

Supabase often shows this when connection credentials are wrong or the pooler is temporarily blocking logins (circuit breaker). In Supabase go to Project Settings → Database, reset the password if needed, then copy the Session pooler URI (port 5432) into DATABASE_URL in .env. Run npm run db:test, then restart npm run dev.

Back to home