Hi all, eventually I solved applying the patch from this Core issue: https://www.drupal.org/project/drupal/issues/3106205 ๐ Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters) Needs review .
The issue here is that menu route field is too short to hold the whole string generated from facets.
I tested patch #15 ๐ Compatibility with s3fs module Needs review and it works fine on 2.0.x version.
We're facing the same issue, after upgrading from 1.8.0. I don't know if there's a previous version not affected.
Noemi โ made their first commit to this issueโs fork.
@pookmish I realized the problem with the count is not directly related to this issue, but the use of an offset.
In short, the total count is equal to the count + the offset and maybe this is the expected behavior.
The patch is working fine with 9.5.11, but the total count is not correct, since it returns the items per page + 1.
Does it make sense to use $view->total_rows
to populate the count
property in meta
?
I updated the module to the latest version (1.12.0), with all its dependencies, and the problem was fixed.
The strangest thing is that I haven't seen anything in the Drupal logs when visiting the broken page.