-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request.user is undefined after v2.1.4 #851
Comments
What login method do you use? |
@tobernguyen You're right. I tested it a bit more and can confirm the issue you are facing. It only happens when using social login. (Twitter in my case) |
I just created a pull request to resolve that issue. Have a look here: #857 |
@tobernguyen thanks! Will check it out 👍 |
Fixed by 857 and will be in the next release. Sorry for the inconvenience! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Ever since upgrading to 2.1.4,
request.user
is undefined in Cloud Code functions even after passing a valid session token. Prior to this release everything used to work well.Here's an example:
Console log:
Cloud Code:
The text was updated successfully, but these errors were encountered: