Laravel + Nuxt + Nginx: WebSocket is closed before the connection is established
问题 General scheme and project configuration files The project consists of two parts: Server part - Laravel (api) Customer part - NuxtJs (client) A minimum project configuration has been prepared for the test: Laravel Websockets packages have been installed: beyondcode/laravel-websockets: https://beyondco.de/docs/laravel-websockets/getting-started/introduction pusher/pusher-php-server: https://pusher.com/tutorials/web-notifications-laravel-pusher-channels File composer.json : ... "require": {