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
Are you missing csrf_token() in your blade file?
You can add in the meta tag
Check out your BroadcastServiceProvider.php and you should include your channel routes in the boot method.