F
Filament7mo ago
Alca

Undefined variable $isSearchOnBlur

When I run website locally, the website runs smoothly without any problems, but when I upload the website to the hosting, the error "Undefined variable $isSearchOnBlur" comes out, then I check the code again locally and I find that the error occurs when the export function is used ( laravel excel ) I have tried searching and trying again by reading the documentation but the error still appears please help me 🥲
No description
Solution:
search on blur was added on 3.1.31 you need to update
No description
Jump to solution
7 Replies
toeknee
toeknee7mo ago
Are you updating your composer and node packages on the hosting
Alca
AlcaOP7mo ago
yaps, I've done those two things, either via the command line or copying all the folders that have been built locally to the host but the results are the same
Dennis Koch
Dennis Koch7mo ago
Please share the Stack trace
toeknee
toeknee7mo ago
Can you run: php artisan about and let us know your filamentphp version? 8 months ago it was added
Solution
Vp
Vp7mo ago
search on blur was added on 3.1.31 you need to update
No description
Alca
AlcaOP7mo ago
I just realized it, thanks, My mistake was only based on the first number of the version, I'll try updating the filament
Alca
AlcaOP7mo ago
My mistake, it turns out I forgot to execute the filament update, only updating in the req-dev 😅 Thank you very much to @toeknee , @Dennis Koch and @Vp
No description

Did you find this page helpful?