- 🇦🇹Austria fago Vienna
Lupus Decoupled now has views support, thus I think there is a good solution to this problem now!
The canonical entity route fails to render if configured via a view as it is the case for taxonomy terms by default.
Mitigation: Disable the views page.
When I try to visit taxonomy term page I'm redirect to 406 (not acceptable) error page.
In recent log messages there is this error:
Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException: No route found for the specified format custom_elements. Supported formats: html. in Drupal\Core\Routing\RequestFormatRouteFilter->filter() (line 65 of /app/web/core/lib/Drupal/Core/Routing/RequestFormatRouteFilter.php).
Similarly, I'm unable to create url if taxonomy term with the same name already exists.
>>> Url::fromUri('internal:/guide');
Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException with message 'No route found for the specified format custom_elements. Supported formats: html.'
I will try to debug entity-view routes in CustomElementsControllerSubscriber.
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Lupus Decoupled now has views support, thus I think there is a good solution to this problem now!