We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filters
Please inform the type(s) of issue(s) you are reporting:
The shopify loaders/productListingPage is not varying the cacheKey based on filters querystring that comes from URL.
in stock
Out of stock
Change the product list to only have out-of-stock products
It is returning in-stock products.
The issue happen because the cache key returns the same value, not varying the cache burst (__cb)
Thank you for taking the time to report this issue!
The text was updated successfully, but these errors were encountered:
I am unable to reproduce the bug in my local environment at https://localhost--storefront.deco.site/men?sort=price-ascending&page=0.
Here is a video of my local service running: https://www.loom.com/share/b3308c8320024841890f467d2e07b9ad?sid=33522fa4-b897-4c3c-b159-1b5ba75a103b
Can you provide any help on how to reproduce it?
Sorry, something went wrong.
Can you try here: https://sites-storefront--issue-838.decocdn.com/men ?
#851
Successfully merging a pull request may close this issue.
Issue Type
Please inform the type(s) of issue(s) you are reporting:
Description
The shopify loaders/productListingPage is not varying the cacheKey based on
filters
querystring that comes from URL.Steps to Reproduce (for bugs)
in stock
filterOut of stock
filterExpected Behavior
Change the product list to only have out-of-stock products
Actual Behavior
It is returning in-stock products.
Additional Context
The issue happen because the cache key returns the same value, not varying the cache burst (__cb)
Thank you for taking the time to report this issue!
The text was updated successfully, but these errors were encountered: