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