Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #19973: Views: Fix "view does not exist" error when reloading the "Back to view" page

Component User interface
Title Views: Fix "view does not exist" error when reloading the "Back to view" page
Date May 13, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.6.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p4 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

After executing a command on a view (for example, Commands → Reschedule active checks, or archiving an Event Console event), the user was taken to a result page containing a "Successfully sent N commands." message and a "Back to view" link.

Reloading that page (by pressing F5 or Ctrl+R) caused an "Invalid user input - The requested view does not exist" error. This happened because the confirmation form's action URL did not preserve the view_name of the underlying view, so reloading the result page issued a request without the view identifier.

The confirmation form now keeps the view context (view_name, host, etc.) in its action URL. Reloading the "Back to view" page now correctly re-displays the original view.

To the list of all Werks