-1👍
change this line in your config/broadcasting.php:
'useTLS' => false //Make sure its false
clear cache:
php artisan cache:clear
please check this answer:
Laravel websockets failed to connect in pusher
- [Vuejs]-How to load C3JS properly into WebPack?
- [Vuejs]-Vue custom filter does not work when defined globally
Source:stackexchange.com