Changelog
ChangedWeb
Retry facility detail SSR before proof fallback
Facility detail SSR now retries before falling back to the proof snapshot.
Facility detail SSR now retries the live read with bounded backoff before falling back to the proof snapshot, reducing the cases where a transient blip flips a live citation to a snapshot citation.
facilityssrretry
Commits19575ab
Related changes
FixedWeb
Prevented facility page crashes on slow metadata
Slow facility metadata fetches no longer crash the SSR render of the facility page.
ChangedWeb
Faster facility proof fallback rendering
Facility proof fallback paths render faster, keeping the citation surface visible even under cold reads.
FixedWeb
Recover facility proof surfaces from snapshots
Facility proof surfaces now recover from local snapshots when the live API is unavailable.