-
Notifications
You must be signed in to change notification settings - Fork 3.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
404 error on new install #7469
Comments
Hmmm.. If you deployed on AWS, you can't use localhost :) |
Yes, sorry I should perhaps have been more clear. When using my local machine I went to localhost from that local machine, an it served the 404 error. In each instance I got a very specific looking 404 error page - with a particular font etc. When I turned off the containers that error page no longer came up. I can run docker ps - but there were no errors starting the containers for CVAT and no other docker processes running as there was literally nothing else on the machine. |
You deployed on localhost, you can't use public IP. It is about security policies. |
Sorry I shouldn't have conflated the error on different machines back to one - I was trying to say that the behaviour was the same or similar from different installs. On the AWS machine I changed the configs as intended. I've taken a screen recording of the process to get to error in case that helps. As mentioned in there I replaced 8080 & 8090 in the docker yaml file with 8082 and 8092 - maybe that needs changing elsewhere? CVAT.install.error.mp4 |
First of all, please check |
Please, check one more time what the guide suggests to change and what you changed in the videofile. |
ok, healthcheck wasn't working, but the main screen now seems to. |
Actions before raising this issue
Steps to Reproduce
I've followed the guide here to install https://discordapp.com/channels/1000789942802337834/1000789943293063257/1205268156482846730 and the last step is to connect ot localhost:8080 when I do all I get is a 404 error page. I've checked it's coming from this by taking the containers down, and when I do I get a host not found error.
I don'tknow if there's files missing from github clones somehow, or if there's a config step missing from the install instructions, but can someone point me towards what I should change to get a home page of some kind
Expected Behavior
Open the homepage for the new server
Possible Solution
No response
Context
Brand new install on a local linux machine, and then a second attempt on a clean aws machine.
Environment
The text was updated successfully, but these errors were encountered: