Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
3 tasks done
codeKonami opened this issue Nov 18, 2019 · 6 comments
Closed
3 tasks done

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

codeKonami opened this issue Nov 18, 2019 · 6 comments
Labels
type:bug Impaired feature or lacking behavior that is likely assumed

Comments

@codeKonami
Copy link

codeKonami commented Nov 18, 2019

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)
@nangyal
Copy link

nangyal commented Nov 18, 2019

same here

@nangyal
Copy link

nangyal commented Nov 18, 2019

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

@cshlxm
Copy link

cshlxm commented Nov 21, 2019

have meet the same error

@LennartHofmann
Copy link

same here.
i thought i have crashed my enviroment.

@davimacedo davimacedo added type:bug Impaired feature or lacking behavior that is likely assumed needs investigation labels Dec 2, 2019
@difelice
Copy link
Contributor

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

@codeKonami
Copy link
Author

Great thanks!

I'm closing this issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Impaired feature or lacking behavior that is likely assumed
Projects
None yet
Development

No branches or pull requests

6 participants