Solution is first check your filamentphp version with command php artisan filament:about it will show you filament version installed.
Simply upgrade filamentphp version will solve it issue. composer update
I recently installed FilamentPHP and created just three resources for the admin panel. After that, I added the Filament Spatie Media Library plugin.
Once I uploaded a file using the media library, I started getting errors related to maximum execution time and allowed memory size. Now the admin panel shows a 500 Internal Server Error and doesn’t load at all.
I’ve already increased both the memory limit and execution time in PHP settings, but the admin panel still isn’t working.
I have tested this in my 2 different development mac.
project without /admin working fine.
Solution is first check your filamentphp version with command php artisan filament:about it will show you filament version installed.
Simply upgrade filamentphp version will solve it issue. composer update
Please or to participate in this conversation.