Laravel – Pusher error: cURL error 7: Failed to connect to 127.0.0.1 port 6001: Connection refused
I'm developing an application with separate Laravel 10 and Vue 3. I wanted to implement real time events with Laravel broadcasting but I'm running into some problems. I connect to the websockets from the frontend, but I get nothing and…