Skip to content

Starting parse dashboard using pm2 in windows 10 #1298

Closed
@omkar-tenkale

Description

@omkar-tenkale

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

Screenshot (80)_cr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions