I am trying (!) to use laravel reverb in my local setup ( dockerized php-fpm nginx mysql )
but not matter what port or host I am keep getting
WebSocket connection to 'ws://127.0.0.1:8070/app/02f265e93304b96ba8d8?protocol=7&client=js&version=8.3.0&flash=false' failed:
which is bugging me since I am pretty sure about the env variables and tried EVERYTHING …
here are some of the assumptions you can have in my current situation :
1- Ran reverb:start inside the php-fpm container ( which I am not sure is the best way )
2- set env variables to correct values
3- Haven’t setup ssl certificates at all .
4- have echo.js pusher and broadcasting setup already .
Appreciate any thoughts.