Blank Pages
Hi there, I just started using Filament, the application turns blank when I perform actions like clicking the sort icon on a table, clicking a pagination link etc? I can't seem to find why?
I am using laravel 10.48.25 and filament v3.2
16 Replies
The page is not blank. There is black text on the dark background. Are any assets not loaded? Any console errors?
Thank you Denis, all the assets are loaded successfully from the network tab and the console does not have any errors displayed.
Does the HMTL look broken?
Everything appears normal, until i do stuff like searching or clicking a pagination link. I need to refresh before the overlay goes away. Please see video for reference
Can you check the responses in the network tab, when searching and share a screenshot with the response data?
Hm, weird behaviour. What does the HTML look like after the update?
The HTML looks normal regardless.
php artisan about --only=Filament
what is the output?Thank you for your response, see output below:
Filament ........................................................................................................................................
Packages ........................................................................................ filament, forms, notifications, support, tables
Version .................................................................................................................................. v3.2.0
Views ............................................................................................................................. NOT PUBLISHED
Packages ........................................................................................ filament, forms, notifications, support, tables
Version .................................................................................................................................. v3.2.0
Views ............................................................................................................................. NOT PUBLISHED
Solution
use ^ in the composer.json
"filament/filament": "^3.2"
after, run
composer update
Wow, this fixed it, thank you so much? Please a little bit of explanation why the caret ^ is important will be appreciated. Thanks a bunch!
run
php artisan about --only=Filament
again and check the Filament version
Using ^ will ensure that Filament is updated to the latest compatible version whenever you run composer updateI can see the difference now, thanks once again for the assist.👍
GitHub
Blank Page · filamentphp filament · Discussion #15243
Package Panel builder Package Version v3.2 How can we help you? Hi there, I just started using Filament, the application turns blank when I perform actions like clicking the sort icon on a table, c...