-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
How to call cloud code from localhost parse server? #161
Comments
Drop the /1/ and this should work. /1 was the path on api.parse.com, but in parse-server the default is just /parse
|
@gfosco I see, it works, thanks |
montymxb
pushed a commit
to montymxb/parse-server
that referenced
this issue
Feb 14, 2016
using one convention
@gfosco I am getting successful cloud function calls also when providing a wrong REST Api key. Is this supposed to happen? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm migrating my cloud code to my localhost parse server, follow the guide copy cloud code to the cloud/main.js, but how can I call the defined function inside?
The text was updated successfully, but these errors were encountered: