sailstech / multiple-apps-parse-server

run and manage multiple parse apps (instances) in a server and using a single port
MIT License
55 stars 12 forks source link

Cloud functions are not working #7

Open rameshkec85 opened 5 years ago

rameshkec85 commented 5 years ago

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