-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Minicart empty if FPC disabled in Magneto 2.1.1 #6882
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
I've noticed the same issue, but this was on a Magento 2.1 site. |
Looks like it's the same issue as #6473. |
Thanks for reporting, internal ticket created MAGETWO-59955 |
@ihor-sviziev I just tested the patch from your PR and I can verify that it fixed the described issue. |
Is that possible linked to #4170 @sevos1984 ? |
Hi guys, this issue already fixed in develop branch, commit: 861f596 |
@sidolov I think this issue can't be fixed in this way, because there also issue on client side (JS) |
Bug still present in 2.1.2. Let's make magento work with cashes! Natively! And tell them to use caches all they long. Who cares about devs |
Internal ticket id MAGETWO-60241 |
Internal ticket to track issue progress: MAGETWO-70218 |
Fixed in MAGETWO-53766. Release 2.2.0 |
[Arrows] Fixes for 2.4 (pr148) (2.4-develop)
Preconditions
Steps to reproduce
Expected result
Actual result
Additional comment
Something is wrong with invalidation of local storage data. Local storage becomes empty and won't refresh when FPC is disabled (possible reason is that private_content_version cookie is missing and js reacts to it).
Funny thing is ..
FPC disabled - customer can't buy, but currency switcher works
FPC enabled - customer can buy, but you can't switch currencies on frontend as reported in #6746
Customers are unable to proceed to checkout and purchase if we need to temporary disable FPC on live site for some reason.
Thx
The text was updated successfully, but these errors were encountered: