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

vincent15000's avatar

How to avoid multiple instances of Livewire / Alpine with Pulse ?

Hello,

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

Each time I load Pulse, when I go back to the application pages, Livewire and Alpine doesn't work properly any more.

When I go to the monitoring page (Pulse), I see this error in the console.

Detected multiple instances of Livewire running

Detected multiple instances of Alpine running

This means that I load an instance of Livewire for my application and Pulse loads its own Livewire instance.

How is it possible to avoid this ?

I thought it would have been a good idea for Pulse to let users deactivate Livewire / Alpine if Pulse is installed in a Livewire application, but it's not possible.

Thanks for your help.

V

0 likes
3 replies
Merklin's avatar

Never had this issue but ... have you tried to disable the caching? Pulse does not interact with the regular pages. It has its own layout.

Also, make sure you do not have <x-app-layout> or alike inside a Livewire component's blade file.

1 like

Please or to participate in this conversation.