0

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?

asked Feb 14, 2021 at 15:17

1 Answer 1

0

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\static

  • var\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()

answered Feb 15, 2021 at 6:02
3
  • Thanks for your suggestion. The materialised view files are being cleared completely and the Developer section still appears unfortunately. Commented Apr 16, 2021 at 9:37
  • I'm having same behaviour, any ideas? Commented Mar 29, 2023 at 13:06
  • Any news regarding same or solution you got Commented Jun 8, 2023 at 14:02

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.