You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue where Laravel Reverb is not triggering events when called. The event appears to be processed by the queue worker but doesn't show up in the Reverb terminal.
Reverb Version
1.4
Laravel Version
11.0
PHP Version
8,3
Description
I'm experiencing an issue where Laravel Reverb is not triggering events when called. The event appears to be processed by the queue worker but doesn't show up in the Reverb terminal.
.env Configuration
BroadcastServiceProvider
channels
broadcasting.php Configuration
Route Definition
Event Class (Example.php)
Current Behavior
When hitting the
/broadcast
endpoint, the queue worker processes the job:However, the Reverb terminal shows no events being broadcasted.
What I've Tried
Steps To Reproduce
php artisan reverb:start
The text was updated successfully, but these errors were encountered: