Facing the same error. Did you find any solution @peterf
GET /__vite_ping 404
Hi All. I have a webpage, that has a livewire component, that is using Laravel Echo to get events from a job fired off to load a csv file. As you can imagine, it's about 10 separate files and reasonably complex, complex enough that I don't want to paste 10 different files here. Somewhere along the line, I have gotten something in a loop, stuck, and so my telescope page is filling with GET /__vite_ping 404 failures, every second. I have the npm run dev running to process my vite... I also have a queue worker running to process my JObs as they are submitted, and I have a websockets server running to handle my Broadcast events.... so there are a lot of places for this to go wrong.... according to the referral headers on the request, its coming from the original request that goes to a three line Controller method which merely, dispatch's the job.... I have tried restarting all the bits, but dont understand where this is coming from..... just wondering if anyone else has seen this kind of orphaned vite thing before..... there was an issue on github that was closed a while ago saying there was just a dangling client somewhere... but I would really love to know why its happening so I can make sure it doesnt happen again.... all pointers welcome... thanks
Please or to participate in this conversation.