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

7 Replies
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?thank you i will try it. its on my local
clear browser caches as well
ctrl+shift+r
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%
which versions you are running on
try
php artisan about
i use this

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