Closed
Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
-
[ x] You're running version >=1.0.23 of Parse Dashboard.
-
[x ] You're running version >=2.3.2 of Parse Server.
-
[x ] You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Windows 10
Steps to reproduce
Here's the ecosystem.config.js
module.exports = {
apps : [
{
//Parse server configuration for App1
name : 'App 1',
script : 'C:/parse-server/index.js',
env: {
"PARSE_SERVER_DATABASE_URI": "mongodb://localhost:27017/dev",
"PARSE_SERVER_APPLICATION_ID": "myAppId",
"PARSE_SERVER_MASTER_KEY": "world",
"PORT": "1337",
"PARSE_SERVER_URL": "http://localhost:1337/parse",
},
},
//parse dashboard
{
name : 'parse-dashboard',
script : 'parse-dashboard',
"watch" : true,
"merge_logs" : true,
"args" : "--config C:/parse-dashboard/Parse-Dashboard/parse-dashboard-config.json"
},
]
};
parse-server starts but dashboard fails to start
any help about the path/cws/script configuration will be appreciated.
parse server installed at C:/parse-server
parse dashboard installed (extracting zip) at C:/parse-dashboard
Metadata
Metadata
Assignees
Labels
No labels