I have a forum page. On the only index page, I show an online user list that shows usernames. I use Pusher. It works great. I have a problem about which my customer is complaining. The problem is that when a user browses to other pages, his/her username disappears and re-appears again. His/her connection to Pusher is lost on every
Tag: pusher
Why Laravel Pusher is not working in server
I am using Pusher in my Web Application. My backend is built with Laravel & Frontend is built with Angular 10. Everything works perfectly in my local machine. But in the server it is not working. …
How to clean alert message from pusher?
I am using PUSHER into my site for notification. I successfully added the codes and its working. But the problem is when the alert is getting triggered I am receiving messages but its not what I am …
Exception: Illuminate Broadcasting BroadcastException No message in PusherBroadcaster.php:119
Laravel 5.8 I am new to this whole pusher functionality and I’ve been following this tutorial and trying it out, Create Web Notifications Using Laravel and Pusher Channels. I’ve followed it step-…
Pusher Doesn’t Broadcast on Private Channels -PHP/Laravel
I have set up Pusher and Laravel Echo for my app to notify users on some event firings. I have tested to see whether setup is working by broadcasting on a “Public Channel” and successfully saw that is works. Here is the event itself: Public channel: app/resources/assets/js/bootstrap.js: And Laravel Echo registration: (it is in the “head” section of my main