my filament file upload stuck at 100% like the picture i send

i see that when the indicator reaches 100%, an error like in the console section appears. i am using filament 3 and laravel 12
No description
7 Replies
Mohamed Ayaou
Mohamed Ayaou2d ago
seems to be livewire related issue, try to clear all the caches and the resources/view/vendor and try again and you might need to publish livewire assets (for checking at least) php artisan livewire:publish --assets php artisan vendor:publish --tag=livewire:config Is that a local environment or production?
pimmang
pimmangOP2d ago
thank you i will try it. its on my local
Mohamed Ayaou
Mohamed Ayaou2d ago
clear browser caches as well ctrl+shift+r
pimmang
pimmangOP2d ago
i have try all of it but i'm still having the same error, i still can't upload file because its still stuck in 100%
Mohamed Ayaou
Mohamed Ayaou2d ago
which versions you are running on try php artisan about
pimmang
pimmangOP2d ago
i use this
No description
toeknee
toeknee22h ago
So there is an error there, check your error.log and laravel.log files. Something is triggering an error and thats why the unexpected < isssue occurs. ensure you have also run: php artisan storage:link

Did you find this page helpful?