Laravel Reverb Not working on Herd
I am trying to set up Laravel Reverb on my local environment, but it's it keeps disconnecting. Below is my .env configuration
APP_URL=https://mylocaldomain.com.test
REVERB_APP_ID=local REVERB_APP_KEY=local-key REVERB_APP_SECRET=local-secret REVERB_PORT=443 REVERB_HOST=mylocaldomain.com.test REVERB_SCHEME=https
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}" VITE_REVERB_HOST="${REVERB_HOST}" VITE_REVERB_PORT="${REVERB_PORT}" VITE_REVERB_SCHEME="${REVERB_SCHEME}" QUEUE_CONNECTION=redis
The error below shows in the console WebSocket connection to 'wss://mylocaldomain.com.test:8080/app/local-key?protocol=7&client=js&version=8.4.0&flash=false' failed:
Please, a nudge in the right direction will mean a lot. I have tried the documentation, but nothing seems to help.
I use SSL from Herd to secure the site.
Please or to participate in this conversation.