Description
Check out this issue for an ideal bug report. The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
- [y ] You've met the prerequisites.
- [y ] You're running the latest version of Parse Server.
- [ y] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
elastic beanstalk
mongodb
parse server 2.2.7
Steps to reproduce
I was running 2.1.6 and just upgraded to 2.2.7, on 2.1.6 everything was running fine. In cloud code I was retrieving the user Facebook id as follows:
var FBid = request.user.attributes.authData.facebook.id;
Looking at logs it reports that request.user.attributes.authData
is undefined.
What has changed?
Thanks
Logs/Trace
See above