# Spatie Media file '/' does not exist

&gt; Spatie \\ MediaLibrary \\ Exceptions \\ FileCannotBeAdded \\ FileDoesNotExist  
&gt; File '/' does not exist

\- check medialibrary config  
```  
'max\_file\_size' =&gt; 1024 \* 1024 \* 10 // For 10MB   
```

\- check nginx.conf max  
```  
client\_max\_body\_size 2M;  
```

\- check php.ini  
```  
upload\_max\_filesize = 5M  
```