F
Filament2mo ago
Enter

->searchable() pages blank

I want to create a search feature but every time I do it, the pages are blank.
7 Replies
Enter
EnterOP2mo ago
I just added this to create a seacrh feature but it doesn't work.
No description
Matthew
Matthew2mo ago
Can you run php artisan about? Also check for any errors in your browser console
Enter
EnterOP2mo ago
how to check the console is okay
No description
Enter
EnterOP2mo ago
i am cek php artisan about here
Enter
EnterOP2mo ago
Ava
Ava2mo ago
Hey @Enter - I see why you might think this issue is related to search functionality, but I have a theory that the black screen issue might actually be tied to Livewire v3.5.18 which seems to have introduced a bug affecting modals. To test this theory, you could try requiring Livewire v3.5.12, which doesn’t seem to have this problem. Update your composer.json to require v3.5.12
"livewire/livewire": "3.5.12"
"livewire/livewire": "3.5.12"
Dont forget to run a composer update for livewire
composer update livewire/livewire
composer update livewire/livewire
Once you’re back on v3.5.12, see if the modal works properly.
Matthew
Matthew2mo ago
You have an old version of filament Please consider updating with composer update

Did you find this page helpful?