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

FlintBranding23's avatar

multiple instances of Alpine running

I have a situation and I am stumped.

I recently upgraded from Laravel 8 all the way to Laravel 11 along with Livewrie 3. To my knowledge, I've done everything I need to do to make everything function. I have one part of Livewire that is giving me issues.

I'm using a combination of Breeze and Livewire 3.

Detected multiple instances of Alpine running.

I Found a Couple other threads on the subject, I took out the Alpine import from Breeze already and ran npm run dev.

On my Local development, I followed the steps from this article and I was able to solve my issue, however when I comitted it to my live server I am still seeing the "Detected multiple instances of Alpine running."

I tried comitting again, while running npm run prod on Laravel forge, but I think there is a some sort of disconnected with with the Production server and my Local dev. I haven't come across this issue before, could someone give me any ideas to try?

0 likes
2 replies
FlintBranding23's avatar

@Nakov Thanks for feedback.

I did do versioning, I didn't try cache busting yet but In the future I will make sure to give that a shot.

Your questions led me down a rabbit hole and I realized that somewhere down the line the Git Request and Pulls didn't match. Had to do a reset on that and it solved my problem.

I really appreciate the answer!

1 like

Please or to participate in this conversation.