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 Koch3d ago
The page is not blank. There is black text on the dark background. Are any assets not loaded? Any console errors?
Zhiriezra
ZhiriezraOP3d 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 Koch3d ago
Does the HMTL look broken?
Zhiriezra
ZhiriezraOP3d 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 Koch3d ago
Can you check the responses in the network tab, when searching and share a screenshot with the response data?
Zhiriezra
ZhiriezraOP3d ago
Dennis Koch
Dennis Koch3d ago
Hm, weird behaviour. What does the HTML look like after the update?
Zhiriezra
ZhiriezraOP3d ago
The HTML looks normal regardless.
LeandroFerreira
php artisan about --only=Filament what is the output?
Zhiriezra
ZhiriezraOP3d 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
use ^ in the composer.json "filament/filament": "^3.2"
LeandroFerreira
after, run composer update
Zhiriezra
ZhiriezraOP3d 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
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
ZhiriezraOP3d ago
I can see the difference now, thanks once again for the assist.👍
LeandroFerreira
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?