Dashboard
← HomeEnd-to-end smoke check: this page is a Server Component that fetches GET /macro/connectedness/presets from gs-api at request time.
Could not reach gs-api
Details:
fetch failed
Common causes:
- gs-api isn't running. Start it with
uv run --package gs-api uvicorn gs_api.main:app --reload --port 8000 NEXT_PUBLIC_API_BASE_URLis set to the wrong value- CORS rejected the origin — check
GS_API_CORS_ORIGINS