“The avatar must be an image” when trying to upload an image (.png)
I am trying to update a user’s avatar, however I keep getting the error “The Avatar must be an image”. But the update function on other part of the profile works like name email, etc..
I am really confuse on why it is not working? Any help would be highly appricated…
I am currently using livewire/livewire version 3.4, php version 8.2 and laravel/framework version 11.9, I have also did php artisan storage:link.
My code is bellow.
“The avatar must be an image” when trying to upload an image (.png)
I am trying to update a user’s avatar, however I keep getting the error “The Avatar must be an image”. But the update function on other part of the profile works like name email, etc..
I am really confuse on why it is not working? Any help would be highly appricated…
I am currently using livewire/livewire version 3.4, php version 8.2 and laravel/framework version 11.9, I have also did php artisan storage:link.
My code is bellow.