- Issue created by @roger.bertran
- Issue was unassigned.
Is this because they are POST requests, as in π Allow AJAX to use GET requests Fixed ?
- πͺπΈSpain roger.bertran Barcelona
@cilefen I assume it's a GET based on my header, look at this screenshot.
- π³π±Netherlands johnv
I understand correct that the issue only works for Anonymous users?
Indeed, there are 2 core cache modules:
- dynamic_page_cache works for authenticated users
- page_cache works for Anonymous users, and NEVER ends the cache. You should disable the cache on this view.Please check if the problem occurs also when:
- ajax is disabled
- authenticated user uses the View
and update the title/summary if this is the case.