You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i faced a problem. Need to add several images with thumbnail for my Product model in my project. Upload images and generate thumbnails - all good.
But when i add to form multipleImages removable method a delete buttons are appeared near every images
when i call a delete for image its returm me a 500 http status and debug show a message
"message": "League\\Flysystem\\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in /usr/local/var/www/gsushi.dd/vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemAdapter.php on line 181",
throughout all backtrace i can't find how to fix that and need a help cause i spent near a week to solve this 🤷🏻♂️
Steps To Reproduce:
The text was updated successfully, but these errors were encountered:
Description:
i faced a problem. Need to add several images with thumbnail for my Product model in my project. Upload images and generate thumbnails - all good.
But when i add to form multipleImages removable method a delete buttons are appeared near every images
when i call a delete for image its returm me a 500 http status and debug show a message
throughout all backtrace i can't find how to fix that and need a help cause i spent near a week to solve this 🤷🏻♂️
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: