-
-
Notifications
You must be signed in to change notification settings - Fork 67
Changing app/design/frontend/Mytheme/default/etc/view.xml - gallery var does not clear the necessary cache #48
New issue
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
Comments
Thanks for the report. There must be an additional cache that is used. |
I just tried it and changed
to
using the luma theme. Two questions to help nail this down:
Thanks! |
But I am not using luma (I did not know there is a luma cache), but the snowdog SASS theme as a base - probably that is the problem? What is the luma cache? |
Um, there is no If you are using the file system cache storage, I suspect you are running into the bug fixed by this PR: magento/magento2#22228
As stated above, as a workaround you could remove the cache config from the
If you are using redis or varnish, the issue must have a different cause and will require more info. |
@amenk Can you please check if the issue is related to the page cache backend configuration bug I described above? |
cache-clean --version 1.0.15 = 1.0.15 my cache config in env.php
view.xml edited -> no effect (but fpc and blockhtml is cleared)
added -> Works So I guess you were right, thanks :-) |
It clears block_html + full_page when I can
to
dots
but I don't see an effect.
Clearing all caches helps :)
The text was updated successfully, but these errors were encountered: