Parse-dashboard: Cannot display the app data with the latest Docker image

Created on 18 Nov 2019  路  6Comments  路  Source: parse-community/parse-dashboard

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

  • [X] You're running version >=1.0.23 of Parse Dashboard.

  • [X] You're running version >=2.3.2 of Parse Server.

  • [X] You've searched through existing issues. Chances are that your issue has been reported or resolved before.

Environment Setup

Latest Docker image => parseplatform/parse-dashboard:latest
"parse-server": "3.9.0"

Steps to reproduce

I'm launching a Docker image with Docker compose with this yml block

parse-dashboard:
    image: parseplatform/parse-dashboard
    container_name: parsedashboard
    environment:
      PARSE_DASHBOARD_ALLOW_INSECURE_HTTP: 1
      PARSE_DASHBOARD_CONFIG: '{"apps":[{"appId":"AAA","serverURL":"http://localhost:1337/parse","masterKey":"BBB","appName":"SOMENAME","supportedPushLocales":["fr"]}],"users":[{"user":"user","pass":"pass"}]}'
    ports:
      - '127.0.0.1:4040:4040'

It worked perfectly with all the previous versions up to the 2.0.5

Logs/Trace

I can login to the app, but then the screen stays completely blank.
I can see a browser JS error in the console.

TypeError: Cannot read property 'then' of undefined
    at t.value (dashboard.bundle.js:95)
    at Io (dashboard.bundle.js:45)
    at $a (dashboard.bundle.js:45)
    at Os (dashboard.bundle.js:45)
    at Nu (dashboard.bundle.js:45)
    at Tu (dashboard.bundle.js:45)
    at Eu (dashboard.bundle.js:45)
    at dashboard.bundle.js:45
    at t.unstable_runWithPriority (dashboard.bundle.js:53)
    at Yi (dashboard.bundle.js:45)
bug needs investigation

Most helpful comment

Until it get fixed you have to specify the docker image like:
parseplatform/parse-dashboard:2.0.5

All 6 comments

same here

Until it get fixed you have to specify the docker image like:
parseplatform/parse-dashboard:2.0.5

have meet the same error

same here.
i thought i have crashed my enviroment.

Docker Hub now has the latest build. It has been stuck for 6 months:
https://hub.docker.com/r/parseplatform/parse-dashboard/builds

Great thanks!

I'm closing this issue then.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aryelevin picture aryelevin  路  8Comments

mattgoldspink picture mattgoldspink  路  3Comments

thphuc picture thphuc  路  4Comments

robertherber picture robertherber  路  6Comments

Anindo94 picture Anindo94  路  8Comments