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

13 messages · Page 1 of 1 (latest)

tidal crane
#

i see that when the indicator reaches 100%, an error like in the console section appears. i am using filament 3 and laravel 12

neat sigilBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

tiny flicker
#

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?

tidal crane
#

thank you i will try it. its on my local

tiny flicker
#

clear browser caches as well

#

ctrl+shift+r

tidal crane
#

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%

tiny flicker
#

which versions you are running on

#

try php artisan about

tidal crane
#

i use this

leaden steeple
#

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