-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[bitnami/parse-dashboard] parse-server not reachable: unable to connect to server #46775
Comments
It seems you're using the parse docker-compose instead of the parse-dashboard one. Could you try using https://github.com/bitnami/containers/blob/main/bitnami/parse-dashboard/docker-compose.yml? |
oh, sorry. that was a mistake above. i have for sure used the dashboard one with 3 containers (db, parse, dashboard)! |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Hi @3x3cut0r, Sorry for the delay. I could reproduce that error: The docker containers seem to be running fine though and I did not find a specific error:
The application's host port is 80, not 4040 as indicated in the issue description. I also tested http://127.0.0.1/parse, and it led me to a 404 error page. I will initiate an internal task to review this use case. I cannot provide an ETA at the moment, but we will get back to you as soon as we have any updates. Thank you for your comprehension and for reporting the issue! |
No problem. |
Is there any update? I also use the docker images for parse and dashboard and always get "unable to connect to server". |
Name and Version
bitnami/parse-dashboard:latest
What architecture are you using?
amd64
What steps will reproduce the bug?
What is the expected behavior?
connection to the parse-server app is successful
What do you see instead?
Server not reachable: unable to connect to server
Additional information
I just want to create a parse stack with mongodb, parse-server and parse-dashboard.
I tried to use the default docker-compose.yml from above, but even with that I already can't connect to the app on the parse-server. I have tried dozens of settings and docker container versions and combinations, but have had no success.
I normaly use this docker-compose.yml, which is configured some more advanced and is behind a reverse proxy, but i think this doesn't matter in this case.
I'm not even sure where the error lies exactly, on parse itself or on the parse-dashboard?
Is anyone out there having a running parse stack, deployed via docker?
Which version do you guys use (mongodb:6, parse:6, parse-dashboard:5 ?)? I tried also 5 ...
Is there a way to turn on verbosity in the logs? Because i can't see any errors in there, neither in the parse logs nor in the parse-dashboard logs.
Can anyone help me with that? Thank you so much.
The text was updated successfully, but these errors were encountered: