#my filament file upload stuck at 100% like the picture i send
13 messages · Page 1 of 1 (latest)
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
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%
i use this