-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
request.user
on cloud code is undefined
with iOS 10
#2753
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
Comments
Apple rejected my latest app, says not compatible with IPv6 wifi? Please help =*( |
@idefen1 Just happened to me. Hosted on Heroku, and it might be an issue with them. Where are you hosted? |
Hey, thanks for reporting this issue. Can you please add all the info specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. |
Issue Description We just updated our iOS codebase to iOS 10 as base SDK with Xcode 8 with Parse iOS SDK version '1.14.2' and Server version 2.2.17. We observed that the cloud functions aren't having the Steps to reproduce
Expected Results These cloud functions should have the original payload with the user objects invoke in them. Actual Outcome There's no Environment Setup Server parse-server version (Be specific! Don't say 'latest'.) : v2.2.17 MongoDB version: 3.0.12 (MMAPv1) Logs/Trace You can turn on additional logging by configuring VERBOSE=1 in your environment. |
Are there any logs? e.g. an example of what the cloud function logs when it is called by an iOS 9 device vs an iOS 10 device? In any case, it sounds like this may be a SDK issue and not a Parse Server issue. You may want to open the issue against the iOS SDK's repo if you can reproduce this issue. |
We just updated our iOS codebase to iOS 10 as base SDK with Xcode 8 with Parse iOS SDK version '1.13.0' and Server version 2.2.17.
Is this issue with parse-server or iOS SDK needs an update with the iOS 10?
The text was updated successfully, but these errors were encountered: