I see

X-Drupal-Dynamic-Cache: UNCACHEABLE

in my views.

Comments

lukasss created an issue. See original summary.

lukasss’s picture

Assigned: lukasss » Unassigned
Status: Active » Needs review
StatusFileSize
new1.19 KB
lukasss’s picture

StatusFileSize
new1.19 KB

The right context

lukasss’s picture

Status: Needs review » Needs work

With #3 ajax pager on view gets stuck as here:
https://www.drupal.org/project/search_api/issues/2889621

lukasss’s picture

lukasss’s picture

StatusFileSize
new2.9 KB

I have researched this problem.

If we use query string url processor then its ok because we set a search parameters in the request.
https://git.drupalcode.org/project/drupal/-/blob/9.5.x/core/modules/view...

But if we use facets_pretty_paths, then there will be no parameters.
I solved this by changing the request controller and added another parameter there for the current path.

I think this is not a facets_pretty_paths problem but a facets module problem.

lukasss’s picture

Status: Needs work » Needs review
lukasss’s picture

StatusFileSize
new2.83 KB

fix

joseph.olstad’s picture

Assigned: Unassigned » joseph.olstad
joseph.olstad’s picture

Assigned: joseph.olstad » Unassigned

joseph.olstad’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.