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
Parse.User.current() doesn't get setup for Cloud functions.
I had tired to put Parse.User.become(sessionToken) on Auth.jsgetAuthForSessionToken but it throw a exception: [Error: It is not memory-safe to become a user in a server environment]