-
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
Unable to remote connect #930
Comments
Hi,
|
Hi @bsekachev , thank you for the answer. I really installed CVAT on the first machine with a docker and I try to use it on the second.
... |
@DufeRob
Probably they should be:
|
@bsekachev , I've already tried it. Doesn't work, the same error. And I clear the browser cash etc. |
@DufeRob |
Hi, @bsekachev
|
@DufeRob, try to restart CVAT server with UPD: |
I tried all compositions of addresses. Now I have:
...
I restarted CVAT server one more time and have the same error. |
Just pitching in to confirm that with the Would love to get this working easily :) |
you need to rebuild the docker since the args of cvat_ui are parsed at build time |
@hunter-87 , you are right. It works! Thank you! |
Permanent redirect can be cached by your browser. Try to clear cache or open CVAT in a private tab. |
To help anyone out there with complete solution:
replace IP with your own.
then execute |
@Luonic what if the IP is a dynamic one, e.g., running cvat on k8s, external ip is not known until the service is ready. |
@valiantljk to run this on kubernetes you will have, probably, heavily rewrite dockerfiles and make address configurable on run. My post was summary of this thread for fast and easy problem solving |
Hi, if I have cvat and cvat-ui on different host, say cvat-host, and cvat-ui-host, what should be the |
@DufeRob @Luonic hi! Following up on this. I create a new docker file per #930 (comment) . And when I run the docker-compose command I ran into these errors: Can you kindly advise? Thank you. |
Hello. I've reinstalled my Ubuntu 18.04 and CVAT. I can log in locally, but when I'm trying to do it remotely I get the error: ERR_CONNECTION_REFUSED to localhost 7080.
I'm trying to connect to CVAT by address of my mashine 192.168.0.1:8080, but I always redirect to port 7080.
My docker-compose.override.yml file:
version: "2.3"
services:
cvat:
environment:
ALLOWED_HOSTS: '*'
ports:
- "8080:8080"
The text was updated successfully, but these errors were encountered: