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