F
Filament3mo ago
A@!8

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 ??
No description
Solution:
Btw. you locked both Forms and Infolists to 3.2. Please upgrade and use ^3.3
Jump to solution
23 Replies
Dennis Koch
Dennis Koch3mo ago
Did you check the page with DevTools? What content is returned? Maybe some console logs?
A@!8
A@!8OP3mo ago
No description
Dennis Koch
Dennis Koch3mo ago
Can you check for Console Errors?
A@!8
A@!8OP3mo ago
nothing in console
A@!8
A@!8OP3mo ago
No description
Dennis Koch
Dennis Koch3mo ago
What does the DOM look like after the update? Are there elements left?
Solution
Dennis Koch
Dennis Koch3mo ago
Btw. you locked both Forms and Infolists to 3.2. Please upgrade and use ^3.3
Dennis Koch
Dennis Koch3mo ago
Or just remove those constraints. They should be included in filament/filament anyway
A@!8
A@!8OP3mo ago
it is showing users on load, but when I click on pagination or search bar it show blank page.
No description
A@!8
A@!8OP3mo ago
ok updating.
Dennis Koch
Dennis Koch3mo ago
When you updated, please send the output of artisan about --only=filament
A@!8
A@!8OP3mo ago
Ok.
A@!8
A@!8OP3mo ago
No description
Dennis Koch
Dennis Koch3mo ago
Okay, still the same issue? If it's not part of your composer scripts: Can you run artisan filament:upgrade
A@!8
A@!8OP3mo ago
pagination starts working now. but images not showing and filament is loading too slow
No description
Dennis Koch
Dennis Koch3mo ago
Check the Console. Might be a CORS issue or similar Try running artisan filament:optimize
A@!8
A@!8OP3mo ago
nothing in it I've already run this command.
Dennis Koch
Dennis Koch3mo ago
Check the network tab
A@!8
A@!8OP3mo ago
no error in it
A@!8
A@!8OP3mo ago
No description
Dennis Koch
Dennis Koch3mo ago
What's the Response for that image?
A@!8
A@!8OP3mo ago
Ahh! my bad! Actually .env APP_URL contains / Thank You Very Much! Sir Issue resolved! Thanks!
Dennis Koch
Dennis Koch3mo ago
Great

Did you find this page helpful?