Relay sync errors stored in DB but never surfaced in UI #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When Caravel fails to provision a relay in Zooid, the error is saved in the
sync_errorcolumn of therelaytable (written bycommand::fail_relay_sync, cleared bycommand::complete_relay_sync). However, this field is never read or rendered anywhere in the frontend. The relay detail page shows the relay URL as live and the status badge only knowsactive/inactive, there is no visual indicator that provisioning failed.