Skip to content

port in parse-dashboard config.json doesn't work #2429

Open
@fdddf

Description

@fdddf

Enviroment: parse-dashboard 5.0.0 / parse-server 6.0.0
The port in --config dashboard.json doesn't work, the only way to work is give a particular port with --port:

parse-dashboard --config dashboard.json  --port 8080

dashboard.json

{
        "apps": [{
                "serverURL": "https://server.com/parse",
                "appId": "parseserver",
                "masterKey": "keykey",
                "allowInsecureHTTP": "true",
                "port": 8080,
                "appName": "BaaS Adhoc"
        }]
}

I am not sure port should be place into the root or apps in dashboard.json, but it doesn't works as I have tried both.

Originally posted by @fdddf in #2113 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions