- π΅π±Poland sebaz
It looks like it is not fixed in 100% because of passing contextual filters as arguments.
When you set path to sorting page with argument placeholder like
/admin/content/sort/%
where argument is taxonomy_term referenced by nodes it is not working. There is an error with no arg_0.AH01071: Got error 'PHP message: Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\MissingMandatoryPara metersException: "Some mandatory parameters are missing ("arg_0") to generate a URL for route "view.slider.page_1"." at /var/www/html/core/lib/Drupal/Core/Routing/UrlGenerator.php line 182'.
It looks it tries to find or add argument but there is no one.
It works only if you have unique sorting page path. When you want dynamic sorting by contextual filter as an argument it is not working.