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
Flash messages are not displayed due to multiple mage-messages cookie.
Preconditions
Magento 2.1.7, PHP 5.6, Developer mode, Ubuntu
Steps to reproduce
Setup 2 store view.
Expected result
Flash Message show be shown when user performs some action like Add to cart, incorrect login, delete item form cart.
Actual result
None of the messages are show when performing action like add to cart, incorrect login .. etc
Found Multiple mage-message cookie.
After comparing it with older version I found that there are changes in messages.js(vendor/magento/module-theme/view/frontend/web/js/view/messages.js) file.