dadi / web

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others
https://dadi.cloud/en/web/
Other
48 stars 16 forks source link

Pagination failing when debug is disabled #489

Closed adamkdean closed 5 years ago

adamkdean commented 5 years ago

I'm seeing a very strange issue with a blog that uses markdown files and sorts by one of the attributes, where there are 3 pages (of 5 posts) but where the pagination only works properly when debug is enabled.

If you need more info, let me know.

Web 6.1.1

jimlambie commented 5 years ago

This looks like Web ignores querystring parametrs when generating a cache key. I honestly don't recall if this was done for a specific reason.

I wonder if @abovedave or @eduardoboucas might know anything?

jimlambie commented 5 years ago

Closed by https://github.com/dadi/web/pull/490