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.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
Please or to participate in this conversation.