I have a Laravel application hosted on a server using Laravel Forge. I have integrated Laravel Reverb for real-time features, and everything works perfectly on my local environment. However, when deploying to the Forge server, I'm encountering issues.
I'm unsure about what values should be filled in for REVERB_APP_ID and REVERB_APP_SECRET.
In the console, I'm receiving the following error:
Firefox can't establish a connection to the server at wss://https//domain.com:8080/app/?protocol=7&client=js&version=8.4.0-rc2&flash=false
Random secure values should do the job for those values
Couple of things to try that a combination of ended up fixing a similar issue for me:
Rebuilding JS assets
Enable reverb, setup your SSL cert, then disable and reenable Reverb again - not sure where i saw this one but it ended up being the thing that sorted it in the end
@michaelconnelly after I don't know how many hours, I found this advice to disable and reenable Reverb AFTER the setup of the SSL - and it worked!!
Many thanks
I have similar issue, i have tried all the suggested solutions. it worked a bit and stop working again. i have been unable to get to broadcast the message. it shows that it is connected but it is not broadcasting.