문제

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 ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top