Support the ongoing development of Laravel.io →
Configuration Requests
Last updated 1 year ago.
0

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'),
Last updated 8 years ago.
0

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 of SomeRandomString

'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.

Last updated 8 years ago.
0
Solution

Ok i solved the problem.My computer resources was not enough to make multiple calls,after i upload to server everything works fine.

0

LOL :)

0

The same error on Windows & Apache & PHP 5.5 All on SSD

0

Sign in to participate in this thread!

Eventy

Your banner here too?

noxtri noxtri Joined 8 Sep 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.