Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flags are not recognized when parse-dashboard starts - version 4.1.1 #2159

Closed
4 tasks done
charles-ramos opened this issue Jun 9, 2022 · 2 comments
Closed
4 tasks done
Labels
state:duplicate Duplicate of already reported issue type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@charles-ramos
Copy link

charles-ramos commented Jun 9, 2022

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

  • Parse Dashboard version: 4.1.1
@parse-github-assistant
Copy link

parse-github-assistant bot commented Jun 9, 2022

Thanks for opening this issue!

  • ❌ Please check all required checkboxes at the top, otherwise your issue will be closed.

  • ⚠️ Remember that a security vulnerability must only be reported confidentially, see our Security Policy. If you are not sure whether the issue is a security vulnerability, the safest way is to treat it as such and submit it confidentially to us for evaluation.

@mtrezza
Copy link
Member

mtrezza commented Jun 10, 2022

Closing as duplicate of #2112

@mtrezza mtrezza closed this as completed Jun 10, 2022
@mtrezza mtrezza added type:bug Impaired feature or lacking behavior that is likely assumed state:duplicate Duplicate of already reported issue labels Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:duplicate Duplicate of already reported issue type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

2 participants