We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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."}
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: