- Issue created by @william haller
- πΊπΈUnited States william haller
An update.
It appears that the route error
Got error 'PHP message: Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\RouteNotFoundException: "Route "search.view_content_exclude_" does not exist." at /<root>/drupal/core/lib/Drupal/Core/Routing/RouteProvider.php line 211
is related to the narrow search block. I'm not sure if this is a block common to Drupal 10 or if it has propagated up from antiquity. At any rate, configuring the block and saving it with no changes gets rid of the exclude info in the config table and prevents at least that white screen of death.I did carefully clear all caching, PHP/DB caching several times, along with removing all other contributed modules. I also had to restore Content/node search and set it as the default along the way, and reindex the site completely. However it was still giving a WSOD on the native theme after all that. The fact that it didn't on Claro led me to look at the defined blocks on the standard theme's layout, which led to the above change. Some of these efforts perhaps cleared the missing plugin search_exclude_node_search.
Hope this helps with the next beta.