i have installed Magento 2.4.1 via Docker and tried to change to developer mode. The problem is, that the developer option dont show up in the settings. I have tried:

  1. Setting Developer Mode in nginx conf
  2. Setting Developer Mode in .htaccess
  3. Setting Developer Mode in the env.php
  4. Change it in the console with bin/magento deploy:mode:set developer the result: Enabled developer mode.

Any ideas why it does not work?

Thank you all

有帮助吗?

解决方案

Ok, there was a Docker with a environment variable. I changed it and now it is working. Thanks to @Dominic Xigen

其他提示

Do you still have pub/static/.htaccess? Magento uses this file to generate the symlinks in the pub/static folder.

If not add this .htaccess file to the pub/static folder.

许可以下: CC-BY-SA归因
scroll top