You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Laravel 11 with reverb. And i need to get presence channel's users. I tried to use : $pusher = new Pusher( env('REVERB_APP_KEY'), env('REVERB_APP_SECRET'), env('REVERB_APP_ID'), [ 'useTLS' => true ] ); $response = $pusher->get('/channels/' . $channelName . '/users');
but it returns me: "App key {app_key} not in this cluster. Did you forget to specify the cluster?\n"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use Laravel 11 with reverb. And i need to get presence channel's users. I tried to use :
$pusher = new Pusher( env('REVERB_APP_KEY'), env('REVERB_APP_SECRET'), env('REVERB_APP_ID'), [ 'useTLS' => true ] ); $response = $pusher->get('/channels/' . $channelName . '/users');
but it returns me: "App key {app_key} not in this cluster. Did you forget to specify the cluster?\n"
Beta Was this translation helpful? Give feedback.
All reactions