I am trying to make my app app connect to pusher on a private channel.
But I am getting the following error:
pusher.js?b3eb:593 POST http://l
There are two Service Providers with Same name but different namespace in config/app.php
Illuminate\Broadcasting\BroadcastServiceProvider::class, App\Providers\BroadcastServiceProvider::class,
So uncomment both of them. It will work.