multiple-apps-parse-server icon indicating copy to clipboard operation
multiple-apps-parse-server copied to clipboard

run and manage multiple parse apps (instances) in a server and using a single port

Results 3 multiple-apps-parse-server issues
Sort by recently updated
recently updated
newest added

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` ![image](https://user-images.githubusercontent.com/6647993/38782167-2b19f40a-4119-11e8-8556-115138911add.png)