On one of my Magento 2 websites I noticed while in Production mode, the Developer tab is still showing in Stores > Settings -> Configuration > Advanced.
The store seems to be running fine but something has to be wrong as it's not hiding the developer tab.
Has anyone come across this before?
1 Answer 1
Yes the developer configuration section can still be visible in production mode if the static materialized view files listed below are not cleaned up.
pub\staticvar\view_preprocessed
also clear the cache.
For code investigation , debug these files
Magento\Developer\Block\Adminhtml\System\Config\WorkflowType
Magento\Developer\Model\Config\Backend\WorkflowType - afterSave()
-
Thanks for your suggestion. The materialised view files are being cleared completely and the Developer section still appears unfortunately.Paul Donnelly– Paul Donnelly2021年04月16日 09:37:25 +00:00Commented Apr 16, 2021 at 9:37
-
I'm having same behaviour, any ideas?obsergiu– obsergiu2023年03月29日 13:06:07 +00:00Commented Mar 29, 2023 at 13:06
-
Any news regarding same or solution you gotNilesh Dubey– Nilesh Dubey2023年06月08日 14:02:27 +00:00Commented Jun 8, 2023 at 14:02