Saw your call out from your comment. Looks to me that you configured your authentication URI in the pusher instance to go to /api/broadcasting/auth
:
But your actual request is going to /broadcasting/auth
:
So, are you changing the default URI for that authentication route? What does php artisan route:list
show you? It should look something like this: