Flags are not recognized when parse-dashboard starts - version 4.1.1 #2159
Labels
state:duplicate
Duplicate of already reported issue
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
When trying to run the parse-dashboard by passing the flags, such as appId, masterKey and others, they are not recognized by the command.
Steps to reproduce
To reproduce this issue, install parse-dashboard and run:
parse-dashboard --dev --appId yourAppId --masterKey yourMasterKey --serverURL "https://example.com/parse" --appName optionalName
Actual Outcome
The URL, after running the command is
http://0.0.0.0:4040/apps/hello
.Expected Outcome
It should be
http://0.0.0.0:4040/apps/optionalName
.After some investigation, I noticed that it's getting the data from the parse-dashboard-config.json file, and when I put my credentials in this file, it worked by just running the
parse-dashboard
without any flags.Environment
Dashboard
4.1.1
The text was updated successfully, but these errors were encountered: