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