Parse request.object.get(“KEY”) always returns undefined

Finally I was able to solve this. This is definitely a bug in Parse’s Javascript SDK. I changed the Javascript SDK version in the global.json back to version “1.4.2” instead of “latest”, uploaded this to the cloudcode folder and everything went back to normal. You can also test other versions, maybe v1.5.0 is working too, … Read more