[Vuejs]-Staging.ERROR: Failed to connect to Pusher on staging, but working fine on localhost

-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

Leave a comment