I have a Laravel application which is working well, but whenever I view the log file there are hundreds of error
production.ERROR: No application encryption key has been specified. {"exception":"[object] (RuntimeException(code: 0): No application encryption key has been specified.
exist in log file. There is a key in .env
file and also I tried php artisan key:generate
command as well but the error still generated in log file without any visible error to users.
This error only appears in the production server's log file, not in my development pc.