-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Parse Cloud Issue #70
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
can someone send me their skeleton app so i can follow :p i tried what's in the documentation but same error occurs on my side please help me |
In the cloud code file, you shouldn't define Parse, it is set as a global by ParseServer (and it is mutated to add that method.) |
bernhardharrer
pushed a commit
to bernhardharrer/parse-server
that referenced
this issue
Feb 22, 2017
Changed Node.js 4.1 to 4.3 due to security issues and Parse Server re…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can someone help me to fix this?
This is my cloud code:
var Parse = require('parse/node').Parse;
Parse.Cloud.define('Hello', function(req, res) {
res.success('Hi');
});
This is the errror:
Parse.Cloud.define('Hello', function(req, res) {
^
TypeError: Parse.Cloud.define is not a function
The text was updated successfully, but these errors were encountered: