http://localhost:8000/broadcasting/auth 404 (Not Found)
问题 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. 回答1: Look in config/app.php if you have uncommented App\Providers\BroadcastServiceProvider::class, 回答2: There are two Service Providers with Same name but different namespace in config/app.php Illuminate\Broadcasting\BroadcastServiceProvider::class,