DEV Community

mzamirani
mzamirani

Posted on

App shows debug even when debug mode disabled in .env and config/app.php

Laravel 9 shows debug even when debug mode disabled in .env and config/app.php
Have upgradet to Laravel 9 and after deploy to 2 Azure app service, I can see that one of them shows debug.
It is the same code that is pushed to these to Azure app and therefore config/app.php is the same.
And "APP_DEBUG=false" is set to false in .env
Why deboug is shows in one of them?
Thanks in advance

Top comments (0)