Skip to content

Review Agent Dashboard Troubleshooting

Causes:

  • Wrong Supabase project credentials.
  • Upstream review pipeline has no recent ingestion.

Fixes:

  1. Validate env vars.
  2. Query expected tables directly.
  3. Confirm ingestion pipeline completion.

Action:

Terminal window
pnpm install
pnpm -C apps/review-agent-dashboard build

If persistent, inspect Next.js 16 and Tailwind plugin version compatibility.

Cause: CONTRACTOR_REVIEW_AGENT_OUTPUT_DIR missing or wrong path.

Fix: set correct path relative to dashboard runtime environment.