FilamentF
Filament7mo ago
Code A

selectFormComponent is not defined

why this error occurs on the server selectFormComponent is not defined this occurs when I just update the code and deploy on the server

what I have done
delete old assets
sudo rm -rf public/vendor/livewire
sudo rm -rf public/vendor/filamen


republish
sudo php artisan filament:install --forms
sudo php artisan livewire:publish --assets


and clear the laravel cache
sudo php artisan optimize:clear
sudo php artisan config:clear
sudo php artisan view:clear
sudo php artisan cache:clear


but this still doesn't solve the problem

note: deploy in server vps ubuntu
Was this page helpful?