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://localhost:8000/broadcasting/auth 404 (Not Found)
What maybe the cause of the error and how to resolve it.
Look in config/app.php if you have uncommented
App\Providers\BroadcastServiceProvider::class,