Open Gabotron-ES opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.
I believe you got in touch with Support for this, do you still need assistance?
In my laravel app I'm getting the following error message from Pusher, i'm a bit lost on what the error exactly means bit it seems to be triggered on this Pusher method:
So apparently the problem is I'm passing an array instead of an object or class, the thing is I'm using laravel broadcast method to trigger events on my app, this works on local but for production is giving me this error for some reason...
My event:
And my channels file:
The full error is here:
How can I fix this?