Skip to content

Cannot display the app data with the latest Docker image #1383

Closed
@codeKonami

Description

@codeKonami

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

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

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

  • 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions