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
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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: