chmod -R 775 storage
chmod -R 775 bootstrap/cache
chmod -R 777 storage/
chmod -R 775 storage
chmod -R 775 bootstrap/cache
android:requestLegacyExternalStorage="true"
in androidManifeast.xml
<application
android:name=".MainApplication"
android:label="@string/app_name"
...
...
android:requestLegacyExternalStorage="true"
/>
sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache