Description
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
-
You're running version >=1.0.19 of Parse Dashboard.
-
You're running version >=2.2.24 of Parse Server.
-
You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Environment Setup
Mac OS X 10.12.1
Steps to reproduce
Start up dashboard from config:
parse-dashboard --config ~/parse-dashboard-config.json
The dashboard is now available at http://0.0.0.0:4040/
Browse to dashboard url http://0.0.0.0:4040/
Click to Jobs,
screen is blank
Dev tools output is:
POST http://localhost:1337/parse/cloud_code/jobs?per_page=50 403 (Forbidden)
POST http://localhost:1337/parse//apps/MITGA/cloud_code/jobs/data 403 (Forbidden)
POST http://localhost:1337/parse/releases/latest 403 (Forbidden)
POST http://localhost:1337/parse/cloud_code/jobs?per_page=50 403 (Forbidden)
POST http://localhost:1337/parse/cloud_code/jobs?per_page=50 403 (Forbidden)
Logs/Trace
Note: If you get a browser JS error please r
un npm run dev
. This will provide source maps and a much more useful stack trace.