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
You do not have access to this page
Your account is signed in, but it does not have permission to open this page.
403
Your account is signed in, but the application policy does not permit this operation.
Request context
Keep this reference when contacting support or checking incident updates.
| Status | 403 |
|---|---|
| Reference | policy_denied_2048 |
| 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