Oct 12, 2021
0
Level 4
php artisan down blocking websockets connections
Hi all,
When you follow this page on Laravel 6: https://laravel.com/docs/6.x/configuration#maintenance-mode
This command is not enough to allow self-hosted WebSockets with this Laravel package: https://beyondco.de/docs/laravel-websockets/getting-started/introduction
php artisan down --allow=127.0.0.1 --allow=192.168.0.0/16
How to allow wss:// Any idea what to do please?
Thank you.
Please or to participate in this conversation.