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

后端 未结 5 1410
离开以前
离开以前 2021-01-04 01:27

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

5条回答
  •  旧巷少年郎
    2021-01-04 01:36

    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.

提交回复
热议问题