Closed
Description
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
- 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
}]
}
- run dashboard
parse-dashboard --config config.json
- click your "#[REAL] Parse" app on your dashboard app list.
BUT, it doesn't work. there is no error.