Replies: 1 comment 1 reply
-
I think you should look at Pusher. instead. Can you run the call in postman or similar tool and see what happens? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm experiencing a strange issue using Pusher.
$this->pusher->trigger
throws andApiErrorException
with an empty$e->getMessage()
Trace:
Illuminate\Broadcasting\BroadcastException
Pusher error: .
(Illuminate\Broadcasting\Broadcasters\PusherBroadcaster::broadcast at line 128)
This error is connected to a scheduled artisan command running several times per day with the same data...and often fails as shown...Any clue?
I also checked the Pusher error log...still empty...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions