Calendar View
Upcoming meetings for the next six months. Repeating series show each occurrence.
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.