What problem does it solve?
Umbraco backoffice extensions fail validation or behave inconsistently in the UI, and developers need a repeatable way to pinpoint whether the issue is permissions, navigation, API payloads, form bindings, or workspace actions.
Core Features & Use Cases
- Configuration & permissions checks: Confirm sections and user-group access are enabled so the extension is even visible.
- Navigation & menu visibility checks: Diagnose missing or broken tree/menu items caused by alias/manifest issues or hidden actions.
- API debugging for failures (especially 400s): Inspect DevTools network payloads and headers to identify wrong structure, enum formats, GUID formatting, auth/CORS issues, and “empty select” traps.
- Form control checks: Verify uui-select/combobox option formatting and correct property/event bindings to prevent null/undefined values that lead to 400 responses.
- Workspace behavior checks: Identify missing Save workspace actions, empty workspace data loads, and submit persistence failures.
Quick Start
Use the Umbraco backoffice validation workflow by opening Chrome DevTools first, then load the appropriate check category files based on the symptom you see (configuration, navigation, API debugging, form controls, or workspace).