This repository was archived by the owner on Feb 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 658
Events are not being broadcasted unless I open Dashboard #24
Comments
Never mind. My bad. |
@antonioribeiro What did you do wrong? My situation is like this, very similar: Run |
Still unsure, but this time it got back working without connecting the dashboard, so I have to assume it's something I'm doing, or not doing... Moving to Pusher to test if things are working helped make it get back to normal too |
Some tips:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Took me a while to figure it out. It was, at first, looking like it was not working at all. I had just installed it and configured like I use to do with Pusher, then added the proper ports and so, but nothing was hitting the terminal log, so I finally opened the dashboard, then magically events started to show up on the terminal and the front end.
So I disconnected the dashboard, closed the page and created and, after a while, created a new event, which again was not showing up on terminal, so I opened the dashboard and voilá! there was it, working.
Then I moved to my home machine, git pull, composer install, migrate, npm run watch, opened the interface, it connected successfully to the server, but not a single event is showing in terminal log, all I get is ping and pongs.
The text was updated successfully, but these errors were encountered: