Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sysoutlucas's avatar

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.

0 likes
0 replies

Please or to participate in this conversation.