Skip to content
New issue

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

Cloud functions are not working #7

Open
rameshkec85 opened this issue Aug 29, 2019 · 0 comments
Open

Cloud functions are not working #7

rameshkec85 opened this issue Aug 29, 2019 · 0 comments

Comments

@rameshkec85
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant