I'm not sure, but this approach worked for me:
run
php artisan key:generate
copy and pase string in brackets (without them) to /config/app.php
and paste instead of SomeRandomString
'key' => env('APP_KEY', 'SomeRandomString'),
4unkur said:
I'm not sure, but this approach worked for me:
run
php artisan key:generate
copy and pase string in brackets (without them) to
/config/app.php
and paste instead ofSomeRandomString
'key' => env('APP_KEY', 'SomeRandomString'),
look my problem doesnt always happen it happens only when i make multiple $http calls to test it i created a function with a for and made 50 calls before i do what you said i had like 22 errors 500 and in the log was the message i wrote above.After i did what you i said only 2-3 calls failed and i get 404 error not found and in the log nothing.
Ok i solved the problem.My computer resources was not enough to make multiple calls,after i upload to server everything works fine.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community