Skip to content

request.user on cloud code is undefined with iOS 10 #1034

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

Closed
iamraafay opened this issue Sep 20, 2016 · 1 comment
Closed

request.user on cloud code is undefined with iOS 10 #1034

iamraafay opened this issue Sep 20, 2016 · 1 comment

Comments

@iamraafay
Copy link

iamraafay commented Sep 20, 2016

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 user object in the request payload on the server which is being made by the iOS 10 compatible app.

Steps to reproduce

  • Update your Mac with the latest Xcode 8.
  • Then update iOS app codebase to Swift 2.3.
  • If your Parse SDK isn't 1.14.2, then please update that as well.
  • Now run the app and see your cloud functions on the server has user object missing.

Expected Results

These cloud functions should have the original payload with the user objects invoke in them.

Actual Outcome

There's no user object in the request payload.

Environment Setup

Server

parse-server version (Be specific! Don't say 'latest'.) : v2.2.17
Operating System: Heroku (cedar)
Hardware: Heroku
Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): Heroic
Database

MongoDB version: 3.0.12 (MMAPv1)
Storage engine: MMAPv1
Hardware: mLab
Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): mLab

I've also created the same issue on the parse-server as well.

Is this issue with parse-server or iOS SDK needs an update with the iOS 10?

@stale
Copy link

stale bot commented Sep 19, 2018

This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide

@stale stale bot added the wontfix label Sep 19, 2018
@stale stale bot closed this as completed Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant