- Issue created by @tlwatson
- π¨π¦Canada jdhildeb
I hit this same issue.
I found that it is related to the "Column aggregation row applies to" setting within Format -> Settings.
If you set "Column aggregation row applies to" to "the page shown" then the error goes away. Switching it back to "the entire result set" causes the error to occur.
- πΊπΈUnited States tr Cascadia
Is this related to π Exposed filters aggregation (regression?) Active and is this problem fixed by the proposed patch in that issue?
- πΊπΈUnited States daveonaka
I ran into a similar error after update to version 2.1.0 - an existing View with aggregator table had a linked Views Data Export. After update, the Aggregator Plus page did not display and the error message about "route does not exist" appeared. It looks like the database update (after running Drush database update) wipes the path?
- πΊπΈUnited States tr Cascadia
The update function did not make any database changes - it only changed the datatypes of three configuration variables used internally to views_aggregator. Specifically, routes and all other configuration variables were left unchanged. Only views that used views_aggregator were changed, and only the displays on those views that used these three configuration variables
I would try to re-save your view, and clear your caches, but I don't see how anything the update did could have affected a route anywhere on your site.
What route in particular is it missing? Is it possible for you to compare an export of the old view and the new view and post that here so I can see what changed?
- π«π·France yonailo Paris
I am hitting this issue too, the patch of issue 3439536 π Exposed filters aggregation (regression?) Active does not fix it.
As stated in the original PR, the issue appears when using a pager.