You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good afternoon, I installed CVAT in a personal server to run on localhost. The initial idea is conecting to it from outside the local network using remote.it, however I cant manage to access it.
I installed CVAT following the documentation, to set it working on localhost:8080, tested it with curl:
But when I try to connect from outside, like I do with other servers that I have running (with FastAPI), the website doesnt load stating 404 page not found.
I setted the log level to debug, and this is what I found:
cvat.at.remote.it:33009 is the IP I use to connect from my local device, which then gets translated to 127.0.0.1:8080 with the remote.it service, but aparently its not working.
Any advise is welcome,
thanks
Expected Behavior
No response
Possible Solution
No response
Context
No response
Environment
commit deb9681c6923d56768f82cd478dcd930553312c0 (HEAD -> develop, origin/gsoc/consensus-feature, origin/develop, origin/HEAD)
Author: Boris Sekachev <boris.sekachev@yandex.ru>
Date: Thu Jun 20 14:02:10 2024 +0300
cvat-core api fixes & refactoring (#8016)
Client: Docker Engine - Community
Version: 26.1.4
API version: 1.45
Go version: go1.21.11
Git commit: 5650f9b
Built: Wed Jun 5 11:28:57 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 26.1.4
API version: 1.45 (minimum version 1.24)
Go version: go1.21.11
Git commit: de5c9cf
Built: Wed Jun 5 11:28:57 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.33
GitCommit: d2d58213f83a351ca8f528a95fbd145f5654e957
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e94
docker-init:
Version: 0.19.0
GitCommit: de40ad0
The text was updated successfully, but these errors were encountered:
Actions before raising this issue
Steps to Reproduce
Good afternoon, I installed CVAT in a personal server to run on localhost. The initial idea is conecting to it from outside the local network using remote.it, however I cant manage to access it.
I installed CVAT following the documentation, to set it working on localhost:8080, tested it with curl:
Appears to be working properly, I set up the remote.it connection:
But when I try to connect from outside, like I do with other servers that I have running (with FastAPI), the website doesnt load stating 404 page not found.
I setted the log level to debug, and this is what I found:
cvat.at.remote.it:33009
is the IP I use to connect from my local device, which then gets translated to 127.0.0.1:8080 with the remote.it service, but aparently its not working.Any advise is welcome,
thanks
Expected Behavior
No response
Possible Solution
No response
Context
No response
Environment
The text was updated successfully, but these errors were encountered: