Spatie Media file '/' does not exist
> Spatie \ MediaLibrary \ Exceptions \ FileCannotBeAdded \ FileDoesNotExist
> File '/' does not exist
- check medialibrary config
```
'max_file_size' => 1024 * 1024 * 10 // For 10MB
```
- check nginx.conf max
```
client_max_body_size 2M;
```
- check php.ini
```
upload_max_filesize = 5M
```