Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

DuelistRag3's avatar

Laravel Reverb (production) does not receive any events

Hallo there,

when using in Production, my reverb server wont get any events from my queue worker, the client connection is successfull and ping pong is working, but when i fire an event, the reverb server wont recognice it.

My nginx config:

my .env:

REVERB_APP_ID=xxxx
REVERB_APP_KEY=xxxx
REVERB_APP_SECRET=xxxx
REVERB_HOST="mypage.de"
REVERB_PORT=443
REVERB_SCHEME=https

REVERB_SERVER_HOST=127.0.0.1
REVERB_SERVER_PORT=6001

VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"

I can´t post link currently, so i removed every https://

0 likes
1 reply
DuelistRag3's avatar
DuelistRag3
OP
Best Answer
Level 1

Solved: The Prod env had BROADCAST_DRIVER set instead of BROADCAST_CONNECTION

Please or to participate in this conversation.