- 🇩🇪Germany marc.bau
Looks like the issue I just reported in https://www.drupal.org/project/drupal/issues/3470054 🐛 Disabled views Displays causing RouteNotFoundException in Views UI Active and I have a repro case for sure.
When view page display is disabled in a view, then on accessing menu page (/admin/structure/menu/manage/main) , following exception is thrown -
"Symfony\Component\Routing\Exception\RouteNotFoundException: Route "view.view_name.page_1" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 191 of core/lib/Drupal/Core/Routing/RouteProvider.php)"
I did clear cache upon disabling the view page. But this issue still persist. The exception disappears when that respective view page is enabled again.
Closed: cannot reproduce
9.3
Last updated
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Looks like the issue I just reported in https://www.drupal.org/project/drupal/issues/3470054 🐛 Disabled views Displays causing RouteNotFoundException in Views UI Active and I have a repro case for sure.