-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bad gateway (502) error on localhost #105
Comments
The 502 (bad gateway) error is a bit more common when working with docker services. Usually you just have to wait for the installation and/or starting of all services to finish completely. Sometimes the server seems to be doing nothing special, so be very patient.. The docker container (which is a Linux OS) is trying to run windows-only compatible files. Please try again after double checking line endings of your local files 👉 #69 👋 Raruto |
hi,
Post GIS is running but g3w suite exiting however after executing
Both post GIS and G3W suite exiting.. with error:
Also |
and 502 bad gateway problem not solved |
First of all, please don't use this platform not as a chat (think before posting, then post one comment at a time..). As I've pointed out here 👉 #102 (comment), reporting to others your steps-by-step (in a detailed manner) is crucial to understanding what is going wrong.
Overall, it's not clear what you're trying to achive since you're mixing docker development configs: docker compose -f docker-compose-dev.yml up -d with production configs: docker-compose up -d The 502 page is just an informational message and is only shown in the production version (when you work with docker containers you should think of it as the equivalent of a "maintenance page"). You should investigate server logs further if you suspect more serious problems. Ultimately, I advise you to read again (and more carefully) all the necessary steps to follow to start working with docker in here and here. If you're new to docker, please have a look at dedicated support forums like stackoverflow.com for any additional help and information. 👋 Raruto |
Checklist
Subject of the issue
Steps to reproduce
docker up -d
and accessed the localhost:8080 web page displaced showing bad gate way instead of login page shown in readme fileEnvironment
Link to your project
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: