laravel-websockets
laravel-websockets copied to clipboard
Websockets for Laravel. Done right.
I get the error GuzzleHttp\Exception\RequestException with message 'cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://127.0.0.1:6001/apps/goldtransact/events?auth_key=1234567890&auth_timestamp=1660044346&auth_version=1.0&body_md5=e576c97145cb17d989f2a57c3547a033&auth_signature=bc3484ad2454ea6135e33af63062463a9d5dcf083fdc028fb4186cbbdeeb6b10' here are my configs broadcasting.php ``` pusher'...
Hello, I have a Laravel website up and running with websockets working fine with https, below Is the Echo.connector.options object that is currently working: ``` { "auth": { "headers": {}...
I have an error when I try to broadcast on channel Pusher error: cURL error 35: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://127.0.0.1:6001/apps/1234/events?auth_key=1234&auth_timestamp=1657903485&auth_version=1.0&body_md5=8dc41d7541776abcec80f03003969cf1&auth_signature=c55045c13d8186478889252fcecc021542b3e73854771a1f5bca0c870613eb3f. {"exception":"[object] (Illuminate\\Broadcasting\\BroadcastException(code: 0): Pusher error:...
Hello - After reading all the docks and searching the issues, I decided to ask the question here. So far I have only been able to get laravel-websockets running on...
So, I have a real time app which is working fine locally, but moving it to production I realize the real time feature is no longer working mainly because of...
Laravel projects can easily be globally configured to use CarbonImmutable objects instead of normal mutable ones. Projects like this cause an exception when running `CleanStatistics` command: ``` BeyondCode\LaravelWebSockets\Statistics\Stores\DatabaseStore::delete(): Argument #1...
In latest laravel they changed it from webpack to vite to compile the assets (js/css) I'm getting error about Echo is not defined in my browser console I included the...
On my dev environment (Mac) I used to be able to use laravel-websockets without any issues. Recently after running some updates things stopped working and I am now getting the...
Invalid WebSocket Controller provided. Expected instance of `Ratchet\WebSocket\MessageComponentInterface`, but received `App\Websockets\SocketHandler\UpdatePostSocketHandler`.
I have a problem receiving events in a production server. The Echo client connect to server without errors, but when i try to broadcast an event or a notification, no...