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
No description
Solution:
use ^ in the composer.json "filament/filament": "^3.2"...
Jump to solution
16 Replies
Dennis Koch
Dennis Koch2mo ago
The page is not blank. There is black text on the dark background. Are any assets not loaded? Any console errors?
Zhiriezra
ZhiriezraOP2mo ago
Thank you Denis, all the assets are loaded successfully from the network tab and the console does not have any errors displayed.
Dennis Koch
Dennis Koch2mo ago
Does the HMTL look broken?
Zhiriezra
ZhiriezraOP2mo ago
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
Dennis Koch
Dennis Koch2mo ago
Can you check the responses in the network tab, when searching and share a screenshot with the response data?
Zhiriezra
ZhiriezraOP2mo ago
Dennis Koch
Dennis Koch2mo ago
Hm, weird behaviour. What does the HTML look like after the update?
Zhiriezra
ZhiriezraOP2mo ago
The HTML looks normal regardless.
LeandroFerreira
LeandroFerreira2mo ago
php artisan about --only=Filament what is the output?
Zhiriezra
ZhiriezraOP2mo ago
Thank you for your response, see output below: Filament ........................................................................................................................................
Packages ........................................................................................ filament, forms, notifications, support, tables
Version .................................................................................................................................. v3.2.0
Views ............................................................................................................................. NOT PUBLISHED
No description
Solution
LeandroFerreira
LeandroFerreira2mo ago
use ^ in the composer.json "filament/filament": "^3.2"
LeandroFerreira
LeandroFerreira2mo ago
after, run composer update
Zhiriezra
ZhiriezraOP2mo ago
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!
LeandroFerreira
LeandroFerreira2mo ago
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 update
Zhiriezra
ZhiriezraOP2mo ago
I can see the difference now, thanks once again for the assist.👍
LeandroFerreira
LeandroFerreira2mo ago
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...

Did you find this page helpful?