I’m experiencing an issue with my Pusher Channels application. While the event log in the Pusher dashboard successfully logs subscriptions and disconnections, commands I send from the dashboard are not appearing in the event log and are not executing at all.
Here are the details:
When I send a command from the Pusher dashboard, I see a “Event sent successfully” message in the top-left corner.
Despite this, the command does not show up in the event log.
The command does not execute.
I have tried sending commands from different browsers and also tested from the client side, but the issue persists.
No errors have been logged in the error logs section for the past 24 hours, and everything was working fine within this time frame.
Has anyone encountered a similar issue or have any insights into what might be causing this problem?