-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento2 message manager error #3503
Comments
I have the same problem plus this: |
I have exactly the same problem. Is there any news? |
@vipin-eglobeits and @FranRoy , can you share with us some details about your installation environment? such as operating system, running a virtual machine or containers? any special software running on your Magento instance? Thanks! |
Sure @sengaigibon, It is a fresh install on a EC2 + MySQL RDS amazon environment with nginx and php7. It is runing the amazon linux S.O. The only peculiarity is that I did a migration (products,categories + customers) using the migration tool. Also It is important to mention that yesterday I noticed that If I activate the caches, the problem is no longer happening... So the issue happens when caches as deactivated. Thanks! |
Hi all, this is the known issue and we have the internal ticket MAGETWO-46014 to have this fixed |
Is this issue already fixed or in process? |
@slavvka not sure if this has been brought up previously, but we applied these patches to a 2.0.7 installation and the Admin notifications (saved product etc) are being shown on the frontend only. No save message after save product in admin Refresh frontend |
@slavvka Is this really fixed in 2.1 to 2.1.2 - i cannot see this fixed at all and it is a bug reported several times here in several tickets... in my opinion it is time to fix it now! |
I have same issue in magento 2.1.5. |
I have the issue in 2.1.5 as well ! Message that comes won't go. I can see that the "mage-messages" cookie is being cleared in messages.js but still the issue persists. Please find a fix for this ASAP. |
There is a workaround you can do for the messages go away since the messages are stored in the session and sometimes the messages are not cleared from the session this cause the cookies retrieve the values from the session. Hence we need to clear the session values which stores the messages. I have created the plugin to delete the session from the message manager for this operation, we need two files with module enabled and it is running. 1.di.xml
2.Plugin file - we need to use the around type to do this
` Hope this will help you and it is working for me |
@niranjanleanswift can you share full code of that plugin, it doesn't work for me |
Still not fixed in 2.2+. Can someone create a forward port? |
It would have been better if these 8 commits were squashed into one.
But this produces many conflicts due to the different code structures. |
@magento-engcom-team give me 2.2.2 instance |
Hi @sdzhepa. Thank you for your request. I'm working on Magento 2.2.2 instance for you |
@magento-engcom-team give me 2.2.3 instance |
Hi @sdzhepa. Thank you for your request. I'm working on Magento 2.2.3 instance for you |
Hello @vipin-eglobeits , @DanielRuf, @dangnguyenak We have verified this issue on 2.2.2, 2.2.3, 2.3 by described steps/instructions fron this ticket.
And seem this issue has been fixed Thank you for feedback and collaboration |
@sdzhepa did the bot not create the instances or were the comments deleted? |
I'm using version 2.4.1 and we still have this problem, I created a plugin in my base module as indicated below and that solved the problem. Thanks @niranjanleanswift
|
Hello, I am also using Magento 2.4.1 and using this code kind of helped. Meaning, the messages are now properly showing but if you update your customer address for example and go on catalog page, the success message for changing the address is showing on the product page as well as on cart page if you add the product in shopping cart for example. @feeh27 : do you also have this type of issue? Have you managed to fix it? Thanks, Jon |
In Magento2 login page, if we try to login with wrong credentials, the error message('Invalid login or password.') is not showing on the same page and they will show only on any other page with some other message.
Anybody please help me to solve this issue.
I'm using latest Magento 2.0.2 version.
The text was updated successfully, but these errors were encountered: