->searchable() pages blank
I want to create a search feature but every time I do it, the pages are blank.
7 Replies
I just added this to create a seacrh feature but it doesn't work.
Can you run
php artisan about
? Also check for any errors in your browser consolehow to check the console is okay
i am cek php artisan about here
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
Dont forget to run a composer update for livewire
Once you’re back on v3.5.12, see if the modal works properly.You have an old version of filament
Please consider updating with
composer update