http://localhost:8000/broadcasting/auth 404 (Not Found)

YaSh Chaudhary picture YaSh Chaudhary · Jan 17, 2017 · Viewed 22.4k times · Source

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.

Answer

Eugene van der Merwe picture Eugene van der Merwe · Jan 19, 2017

Look in config/app.php if you have uncommented

App\Providers\BroadcastServiceProvider::class,