System status and errors
Caller-owned HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.
Errors, availability, and recovery
HTTP failures, maintenance, connectivity, rate limits, degradation, and pressure states.
Complete screen
Page not found
The page could not be found. Check the address or return home.
404
Check the address or return home.
Request context
Keep this reference when contacting support or checking incident updates.
| Status | 404 |
|---|---|
| Reference | route_not_found_mobile |
| Recorded | July 13, 2026 at 11:08 UTC |
Viewport
Ruby
test/dummy/app/components/gallery/compositions/system_status_page.rbworkspace_surface(size: :lg) do
render_header
render_status
render_service_metrics if state == "degraded"
render_context
end