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
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)