Validated

Fix Durable Options History Routing

Turn completed on 2026-05-16 21:59 America/New_York.

Summary

Options tape history now has a durable public route through same-origin deployments. The live Nginx Proxy Manager route was updated to include /history/*, deployment checks now fail when required API paths reach the web app, and the tape UI surfaces older-history load failures instead of leaving the user to infer that only the hot window exists.

Changes Made

Context

The API and ClickHouse path already supported older options history, but the public same-origin route sent /history/options to the Next.js app. That made the live tape feel capped at the newest hot-window rows even though durable history existed behind the API.

Important Implementation Details

The deploy smoke check performs GET probes and verifies JSON responses for these same-origin routes:

/prints/options
/history/options
/replay/options
/nbbo/options
/ws/live

The live proxy matcher is now:

^/(ws|replay|prints|joins|nbbo|dark|flow|candles|history)/

Expected Impact for End-Users

Users on /tape can scroll beyond the initial options hot window and receive older ClickHouse-backed rows through the same cursor path for Signal and All prints. If public routing regresses, the tape now shows a visible history loading failure.

Validation

Issues, Limitations, and Mitigations

Follow-up Work

Complete islandflow-qd7 to move production API traffic to api.flow.deltaisland.io deliberately, including DNS, proxy behavior, CORS/websocket checks, docs, and deployment verification.