-
Notifications
You must be signed in to change notification settings - Fork 90
Not invalidating cache of product when updating product in Magento #373
Comments
This happens also for CMS Pages |
#369 would probably fix this |
It would, probably. For now we are listening the indexers and making a full invalidation (which is not the best, but a workaround) |
@andres-linares2211 In case you didn't know: You can also apply this PR by using composer-patches, described in Magento Docs here. (Which is what we will do until this is merged and released) |
@haelbichalex thank you so much! We didn't know such thing existed! |
@haelbichalex so how does that work? I downloaded the commit from https://github.com/vuestorefront/magento2-vsbridge-indexer/commit/95da6e6f8dd9ad859f4c4e39c71a83597e58aba6.diff and saved it locally in a patches/composer directory as a file named 95da6e6.diff |
Hi everyone, we've just noticed this issue in our website. When we use the command
bin/magento vsbridge:reindex --store=viu
the invalidation happens and all the data is updated.But whenever we change something specific in a product, let's say its price. The elasticsearch data is updated accordingly but the cache is not invalidated. This causes that when the product is visited and SSR happens, we see outdated data and when visited via CSR the data is correct.
We're not sure if this has something to do with configuration or this is plainly a bug. Thanks.
The text was updated successfully, but these errors were encountered: