Could not load the dashboard

Tried to fetch profile young_couple from the FastAPI service.

fetch failed
  1. Make sure the API is running. Locally: run_api.bat from the repo root.
  2. Verify the Next.js server can reach the API. Check that NEXT_API_UPSTREAM points at the FastAPI host (defaults to http://127.0.0.1:8000).
  3. Confirm the profile exists at data/sample_clients/young_couple.yaml.
  4. If hosted, check the API service’s /health endpoint and confirm ALLOWED_ORIGINS includes this site.