Unable to save avatar
Solved
Koel
This topic was forked from Production error laravel.log
girish Jul 16, 2024, 11:41 AM
-
wrote on Jul 15, 2024, 1:32 PM last edited by
Hello, since koel
7.0.0
this error seems like to rebirth :[2024-07-15 13:23:53] production.ERROR: Can't write image data to path (/app/code/public/img/avatars/8d6e23c51fde2858e9873913e3c35b9710ece32d.webp) {"userId":1,"exception":"[object] (Intervention\\Image\\Exception\\NotWritableException(code: 0): Can't write image data to path (/app/code/public/img/avatars/8d6e23c51fde2858e9873913e3c35b9710ece32d.webp) at /app/code/vendor/intervention/image/src/Intervention/Image/Image.php:150)
-
@moee I have reported the bug upstream https://github.com/koel/koel/issues/1794
Workaround: If you create /app/data/public/img/avatars with www-data user, it works.
-
wrote on Jul 17, 2024, 8:04 AM last edited by
Thanks !! And that's fixed now.
-
-