Time

Database not reachable

Time could not load the list. Check DATABASE_URL in .env.local — use your real Neon connection string (not placeholder text like HOST).

  1. 1. Copy the connection string from the Neon dashboard.
  2. 2. Ensure it includes ?sslmode=require.
  3. 3. Run npx prisma migrate deploy or npm run db:push.
  4. 4. Restart npm run dev.