May 17, 2024
0
Level 1
Livewire redirect not work
#This is my button
<button wire:click="searchJob">
#this is my function at my component
public function searchJob(){ return $this->redirectRoute('searchJob',['term' => $this->searchTerm] , true, true); }
When I click to search, it redirects to a blank page with '2024' in the body . If I refresh the page it works.
Please or to participate in this conversation.