I am building a project using Laravel. It was working fine on localhost, but when I upload it to the server (the server has comodo ssl installed), I receive the following er
In root directory, if there is .env.example file then change it to .env and then run php artisan key:generate. This worked for me.
.env.example
.env
php artisan key:generate