Laravel5.8 Pusher not working. Cannot receive
问题 I am creating realtime chat app. I have set up pusher in my laravel and vue.js project. But it doesn't work. Though I don't have any error in the console. Also, I have no error in network tab. I need to create messenger app, so I need a realtime chat function. Now, I can push user's comment but in the other user's window, nothing shows up. But it does, once I refresh the page. I think my pusher setting has something wrong, because in the pusher debug console, any session is not executed. Here