-
-
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
Parse-server 2.1.7 - request.user returns null/undefined #1619
Comments
We have lots of passing test cases that cover these features. Can you post some code that reliably reproduces your issue? Ideally as a test case we can add to our test suite. |
in AfterSave |
maybe |
Can you post some code that demonstrates the issue? Please refer to this issue for an example of a great bug report. |
I have a cloud afterSave/ ... function that is being called by the user from the App, inside the function I call
var currentUser = request.user;
but it returns undefined
On Parse.com I used
Parse.User.currrent()
which worked perfectlyThe text was updated successfully, but these errors were encountered: