-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Remote access results in 404 Not Found error (nginx/1.16.1) #1231
Comments
it seems that you just need to specify CVAT_HOST as the installation guide shows. The method you use is deprecated |
I'm using last cvat gui can't connect cvat database when I'm accessing cvat from outside of our vpn. I have forwarded a port (on homeip.net) and added Gui is accessible (on <some_name>.homeip.net:38811) but when I connect I see following error message
Opening the console, I see this message
I have added also ALLOWED_HOST: '*' to all container's so my docker-compose is now following:
In cvat's console, I see following messages
Another remark is, if I connect the gui while I'm connected to VPN (where the cvat is physically located) and set |
... I have resolved this by replacing .homeip.net to exact ip of <some_name>.homeip.net |
@amirulmenjeni Hi, is the issue still relevant? |
@RomanVeretenov |
@ArefAz Hi, what version of CVAT do you use? ( |
@azhavoro I'm using the latest version. Thanks, I'll try that and will let you know. |
@azhavoro Thanks this helped me. I had to use a wildcard though, because cav-ui seems to mix IPs on Client-Side (server and client ips). When I set CVAT_HOST only to the Client IP I will get 404 Errors - I think because the client won't be able to reach the server IP then (not verified). Nevertheless it does work with wildcard. Using only "*" as wildcard does not work either. version: "2.3"
services:
cvat_proxy:
environment:
CVAT_HOST: "192.168.178.*" |
I've just clone cvat from github, and I can't find the I've tried to search
|
Please, follow the docs: https://openvinotoolkit.github.io/cvat/docs/faq/#how-to-change-default-cvat-hostname-or-port |
Thanks for your link, I've checked but dont understand why it must be the domain instead of localhost (sorry I'm not so good with technology) |
Same issue here. Version:
Windows 10 with WSL2, I followed this quick start guide: https://openvinotoolkit.github.io/cvat/docs/administration/basics/installation/ And got 404 when going to localhost:8080. Have already tried |
Finally made it work by setting |
I did that but still getting 404 |
I've set up and installed cvat on a remote PC connected to a LAN, from which I use my laptop to access cvat remotely. It seems like it's able to connect to cvat remotely, but there's no web page found, giving the 404 Not Found error as per the title.
I've set up the
docker-compose.override.yml
file as follows:The file
docker-compose.yml
is left as is.After rebuilding with
and starting the cvat server with
the error still persists.
The text was updated successfully, but these errors were encountered: