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?