I just updated the filament using this command
composer update
and now every event (pagination, searching, photos) show blank page
Even I've removed the vendor folder and composer.lock file as well, and reinstall using 'composer install', still not working
What should I do ??

Solution:Jump to solution
Btw. you locked both Forms and Infolists to 3.2. Please upgrade and use
^3.3
23 Replies
Did you check the page with DevTools? What content is returned?
Maybe some console logs?

Can you check for Console Errors?
nothing in console

What does the DOM look like after the update? Are there elements left?
Solution
Btw. you locked both Forms and Infolists to 3.2. Please upgrade and use
^3.3
Or just remove those constraints. They should be included in
filament/filament
anywayit is showing users on load,
but when I click on pagination or search bar it show blank page.

ok updating.
When you updated, please send the output of
artisan about --only=filament
Ok.

Okay, still the same issue?
If it's not part of your composer scripts: Can you run
artisan filament:upgrade
pagination starts working now.
but images not showing and filament is loading too slow

Check the Console. Might be a CORS issue or similar
Try running
artisan filament:optimize
nothing in it
I've already run this command.
Check the network tab
no error in it

What's the Response for that image?
Ahh!
my bad!
Actually .env APP_URL contains /
Thank You Very Much! Sir
Issue resolved!
Thanks!
Great