multiple-apps-parse-server
multiple-apps-parse-server copied to clipboard
run and manage multiple parse apps (instances) in a server and using a single port
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
I follow your instructions installing all needed but after created my first app, in the dashboard I see my app but I got: "Server not reachable: unable to connect to...
Hi I'm getting server version too low... looks like its giving 404 while doing `serverInfo` 