Skip to content
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

After successful migration of parse app getting {code: 141, message: "Invalid function."} #1

Open
navjotjova opened this issue Aug 25, 2016 · 0 comments

Comments

@navjotjova
Copy link

After successful migration of parse app getting {code: 141, message: "Invalid function."}

IOS app works fine but web app is giving error while calling cloud code functions.

error: {code: 141, message: "Invalid function."}
I have also tried to call hello cloud function from curl:

curl -X POST
-H "X-Parse-Application-Id: xxxxxxxxxxx"
-H "X-Parse-Master-Key: xxxxxxxxxxx"
-H "Content-Type: application/json"
-d '{}'
https://example.scalabl.cloud/1/functions/hello

but getting same error.

if i remove master key then it is giving unauthorized error

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