Six dashboards rendered while every API call behind them failed.
CopyValue 2.2.4, Lgpd 1.0.5, VisitorCounter 2.1.7 — tables were never created, so
every read returned 500. CopyValue emitted SQL Server's nvarchar(max) into SQLite DDL;
Lgpd and VisitorCounter created tables under names their DbContext never queries.
CacheManager 2.1.8, RedirectManager 2.1.8 — the dashboards called Umbraco 13's
/umbraco/backoffice/api/ prefix, which Umbraco 17 does not route.
Yaml2Schema 1.0.42 — the Status endpoint the dashboard calls had never been written.