Hi Magento,
I'm aware that official Magento notifications should be coming through to our Dashboard periodically to notify us of things like available system updates.
I can see here from the Mageplaza demo install how these should look:
I've been running Magento since approximately version 2.3x and I have never received any of these. I have received unofficial notifications on occasion from module developers but never any official Magento ones regarding new versions etc.
Is there a setting somewhere for this or any suggestions to get these?
Thank you.
Solved! Go to Solution.
Looking through Magento settings I found the following config:
Stores > Configuration > Advanced > System > Notifications
Use HTTPS to Get Feed
This was set to No for me. Changing this to Yes suddenly my notifications have been populated with Adobe Magento ones.
The latest is up to yesterday 26th July. I can't be sure if they will keep coming through but I am hopeful this is the fix.
I've never received anything like this:
Hi @christopher_oliver ,
Not able to see your attached screenshot but based on your query you should check below lines from app/etc/config.php file.
Please make sure below lines available and let me know.
'Magento_AdminNotification' => 1,
'Magento_ReleaseNotification' => 1,
Basically both module should be enabled.
0 means module is disabled.
1 means module is enabled.
Hope it helps!
Thanks
Hello @christopher_oliver
Please try below cli commands :
php bin/magento module:enable Magento_AdminNotification
then run compile.
It may help you!
Thank you
Thanks for the replies.
I can confirm both modules Magento_ReleaseNotification and Magento_AdminNotification are enabled and have always been enabled.
Thank you.
Hi @christopher_oliver ,
Can you see that notification bell icon on your dashboard?
Hope it helps!
Thanks
Yes, I get notifications periodically from module providers such as Mageworx, Amasty, etc.
I just never get the official Adobe Magento related ones.
Looking through Magento settings I found the following config:
Stores > Configuration > Advanced > System > Notifications
Use HTTPS to Get Feed
This was set to No for me. Changing this to Yes suddenly my notifications have been populated with Adobe Magento ones.
The latest is up to yesterday 26th July. I can't be sure if they will keep coming through but I am hopeful this is the fix.