You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a cache issue when changing the locale using the locale selector. The Cart label doesn't change until the cart is updated (i.e. adding o removing an item):
I think that the problem could be here, the fresh_when method doesn't take into account the locale but only the current_order.
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
There is a cache issue when changing the locale using the locale selector. The
Cart
label doesn't change until the cart is updated (i.e. adding o removing an item):I think that the problem could be here, the fresh_when method doesn't take into account the locale but only the
current_order
.Hint for a possible solution https://stackoverflow.com/a/37026009
The text was updated successfully, but these errors were encountered: