Review Agent Dashboard Troubleshooting
Empty data tables in UI
Section titled “Empty data tables in UI”Causes:
- Wrong Supabase project credentials.
- Upstream review pipeline has no recent ingestion.
Fixes:
- Validate env vars.
- Query expected tables directly.
- Confirm ingestion pipeline completion.
Build errors after dependency updates
Section titled “Build errors after dependency updates”Action:
pnpm installpnpm -C apps/review-agent-dashboard buildIf persistent, inspect Next.js 16 and Tailwind plugin version compatibility.
Export viewer cannot find files
Section titled “Export viewer cannot find files”Cause: CONTRACTOR_REVIEW_AGENT_OUTPUT_DIR missing or wrong path.
Fix: set correct path relative to dashboard runtime environment.