Skip to content

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

@navjotjova

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

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