Skip to content

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

Description

@navjotjova

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions