After updating to Drupal 8.8.0, the Status Report (/admin/reports/status) throws a 500 error with the exception --
Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "entity.view.edit_form" does not exist."
This will happen if the Views UI module is not installed and a view is found to be a using the deprecated moderation_state value in content_moderation_requirements
because it attempts to create a route provided by the Views UI module (entity.view.edit_form
).
Workaround for now is to enable Views UI.