I want to host a laravel-websocket server and I have been able to test it very well on localhost and it works fine. But when I hosted using Nginx and supervisor and went to the /laravel-websockets
I am able to connect to the app and I see this
Challenge is when I
exception: "Illuminate\\Broadcasting\\BroadcastException"
file: " ...vendor/laravel/framework/src/Illuminate/Broadcasting/Broadcasters/PusherBroadcaster.php"
line: 142
message: "Pusher error: <!DOCTYPE HTML> ... Not Found .... </body>\n</html>\n."
trace: [{,…}, {,…},…]
0: {,…}
class: "Illuminate\\Broadcasting\\Broadcasters\\PusherBroadcaster"
file: ".../vendor/beyondcode/laravel-websockets/src/Dashboard/Http/Controllers/SendMessage.php"
function: "broadcast"
line: 26
type: "->"
....
}
Wondering what an not doing right