crankier
Class "Filament\Forms\Components\XXXX" not found on remote server. Dashboard and List are working.
I might have overlooked something straightforward while deploying to a new remote server on DigitalOcean. Strangely, all resource pages utilizing Filament form components are encountering a "class not found" error on the remote server.
Oddly, everything functions correctly on the local Mac server, and the code is identical, except for the .env file. The dashboard and list pages operate without any problems.
I've made sure to run the following on the remote server:
- composer install
- composer update
- npm run build
- composer dump-autoload
- php artisan optimize:clear
Any help is greatly appreciated.
4 replies