Open d4Mn3d opened 4 years ago
Hi @d4Mn3d, could you paste sample code that causes this error here or add more information about this error?
@smajti1 This will occurs when you have UploadedFile as parameters inside Request Object because Session will serialize all Request data and won't be able to serialize UploadedFile instance
Exception in vendor/laravel/framework/src/Illuminate/Session/Store.php:129 (laravel 5.8)
I upload file in the request then i store it with
$document = $request->document->storeAs('test/', $documentRenamed);
The exception appears when I pass the $request to$this->saveProgress($request);