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
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Hello! I have the following code but for some reason the success callback is never called. Instead the fail callback is always called. However, when I emit logon from the client, I see socket.request.user.companyid printed out in the console which suggests the user is correctly authenticated. What am I missing?
Hello! I have the following code but for some reason the
success
callback is never called. Instead thefail
callback is always called. However, when I emitlogon
from the client, I seesocket.request.user.companyid
printed out in the console which suggests the user is correctly authenticated. What am I missing?The text was updated successfully, but these errors were encountered: