-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have issue in reverb broadcasting with Laravel Forge #184
Comments
window.Echo.channel('upload.') I tested the connection in Postman and it worked
which kind of information I can provide more |
Hey @rahmani-djamel do you see any errors in you application logs or failed jobs table? |
hi @joedixon no errors in the console or the log file no failed job records I create a route to fire the event
|
On Laravel 11, I believe the broadcast environment variable should be |
yes that was exactly the issue thank you @joedixon |
Reverb Version
@beta
Laravel Version
11.0
PHP Version
8.3
Description
I have a strange issue with reverb it works locally but it is not in production with no error log. I'm using Laravel Forge and this is my .env file
BROADCAST_DRIVER=reverb
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
REVERB_HOST=ws.***.co
REVERB_PORT=443
REVERB_SCHEME="https"
REVERB_SERVER_PORT=8080
but when I broadcast event locally it show on my browser console but in live it didn't I check laravel telescope and I found the event so the issue in the the connection between echo and reverb
how to fix that ?
Steps To Reproduce
The text was updated successfully, but these errors were encountered: