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
Cannot subscribe to a private or presence channel because no Authorizer has been set. Call PusherOptions.setAuthorizer() before connecting to Pusher
#45
Open
rakashpal opened this issue
Jan 26, 2022
· 1 comment
PusherOptions options = PusherOptions(
host: '192.168.242.99',
wsPort: 6001,
encrypted: false,
auth: PusherAuth(
API_BASE_URL+'api/broadcasting/auth',
headers: {
'Authorization': 'Bearer '+Provider.of(context, listen: false).token,
},
),
);
The text was updated successfully, but these errors were encountered: