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

vincent15000's avatar

Conflict between Livewire and Pulse ?

Hello,

I have a full Livewire application and I have added Pulse.

Here is my problem.

Step 1 : I log in, I navigate to some pages, all works fine.

Step 2 : I go to the monitoring (pulse) page, all works fine.

Step 3 : I go back to another page and I click on a link, I get an error.

TypeError: Livewire.navigate is not a function

This error comes from this code.

<x-ui.table.tbody-tr class="cursor-pointer" x-on:click="Livewire.navigate('/students/{{ $session->student_id }}')">

Do you know any conflict between Livewire and Pulse ?

Thanks for your help.

V

0 likes
3 replies

Please or to participate in this conversation.