Skip to content

Cloud functions are not working  #7

@rameshkec85

Description

@rameshkec85

I have added simple cloud function, but getting ERR_EMPTY_RESPONSE

Parse.Cloud.define('Hello', async (req,res) => {
    return {"result":"OK"};
})

dashboard.bundle.js:42 POST http://localhost:3000/secondapp/functions/Hello net::ERR_EMPTY_RESPONSE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions