Werk #20138: Crash report page without request details
| Component | User interface | ||||||
| Title | Crash report page without request details | ||||||
| Date | Jul 29, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, opening the crash report of a GUI crash that happened outside of a page request - for example while a background job was running an automation - crashed the crash report page itself with:
Internal error: 'page'
Such a crash report is stored without any request details (no page, no HTTP parameters, no user agent), which the details renderer did not expect. The page now renders the crash report and omits the Details section when no request details were recorded.