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
Exception in onLogin callback: TypeError: Cannot read property 'user-agent' of undefined
at loginSession (packages/mizzao_user-status/status.coffee:137:16)
at packages/mizzao_user-status/status.coffee:204:3
The text was updated successfully, but these errors were encountered:
When connecting outside Meteor, the connection.httpHeaders array is empty.
https://docs.meteor.com/api/connections.html#Meteor-onConnection
The app crashes when trying to access user-agent.
https://github.com/mizzao/meteor-user-status/blob/b628f79d79077323dd16f4056bc7c66299ebee30/status.coffee#L137
The text was updated successfully, but these errors were encountered: