I solved the issue by analysing dependencies of reverb and queue. First thing is make sure queue is working, it includes making sure you have jobs table set up by laravel as well. Then in env file you need BROADCAST_CONNECTION=reverb and QUEUE_CONNECTION=database. Reverb, relies on queue as well. Then make sure to use default variables for REVERB_SERVER_HOST=0.0.0.0 REVERB_SERVER_PORT=8080 If you change this values to different, same error message may appear.