This repository was archived by the owner on Feb 7, 2024. It is now read-only.
Unable to receive event in production server #1024
michele-grifa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 event is triggered on the client side.
I tried also to change the queue driver from redis to sync, without success.
When i broadcast the event, in the console logging, there is only the connection established logging and a pusher:pong logging, but not for the event.
The same configuration works perfectly on a local environment.
Pusher PHP Server: 5.0.3
Laravel Websockets: 1.13.1
Laravel: 8.83.23
Laravel Echo: 1.11.1
.env
broadcasting.php
bootstrap.js
Beta Was this translation helpful? Give feedback.
All reactions