state-hub/workplans/ADHOC-2026-06-04.md
repo-manager bb1b8f4c95
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
chore(registrar): assign State Hub identifiers
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a049a4-ee9f-78e1-9d66-2cb0f9bea3e3
2026-08-28 21:04:05 +02:00

993 B

id type title domain repo status owner topic_slug created updated state_hub_workstream_id
STATE-WP-ADHOC-2026-06-04 workplan Ad hoc fixes - 2026-06-04 custodian state-hub finished codex custodian 2026-06-04 2026-06-04 b13e38a7-8623-5a31-b6b0-3d94d42afcd6

Ad hoc fixes - 2026-06-04

Fix Dashboard Overview API Loading

id: STATE-WP-ADHOC-2026-06-04-T01
status: done
priority: high

The overview page reported Dashboard data load failed: NetworkError when attempting to fetch resource. even when the API was healthy from Windows. The root cause was brittle browser/API connection setup: the dashboard assumed http://127.0.0.1:8000, while the API CORS defaults allowed only the exact dashboard origins on port 3000.

Result: the dashboard now resolves its API base from the current browser host with explicit query/storage/global overrides, and the API allows common local Observable dashboard origins on ports 3000-3005, including IPv6 loopback.