Skip to content

When appName has a '#', dashboard doesn't work. #529

Closed
@yomybaby

Description

@yomybaby

Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!

  • [O] You're running version >=1.0.18 of Parse Dashboard.
  • [O] You're running version >=2.2.18 of Parse Server.
  • [O] You've searched through existing issues. Chances are that your issue has been reported or resolved before.

Environment Setup

Steps to reproduce

  1. make config.json.
    Make sure appName has a '#' letter.
{
  "apps": [
    {
      "serverURL": "https://api.server.com/parse",
      "appId": "myappid",
      "masterKey": "mymasterkey",
      "appName": "#[REAL] Parse",
      "production": true
    }]
}
  1. run dashboard parse-dashboard --config config.json
  2. click your "#[REAL] Parse" app on your dashboard app list.

BUT, it doesn't work. there is no error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    state:wont-fixWon’t be fixed with a clearly stated reason

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions