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
I found that the task button in the annotation page jump to localhost:3000 in the most recent version on develope branch, which should be CVAT_HOST:UI_PORT. I found that the most recent version docker-compost.yml has no UI_HOSTUI_PORT environment. A new CVAT_HOST environment has been specified.But In the code cvat/settings/base.py it still use UI_HOST and UI_PORT to get UI_URL .
It seems this cause the task button guide us to localhost:3000 in the annotation page.
I think this should be modify to use CVAT_HOST and the port should be 8080 in the newest version.
The text was updated successfully, but these errors were encountered:
I found that the task button in the annotation page jump to
localhost:3000
in the most recent version on develope branch, which should beCVAT_HOST:UI_PORT
. I found that the most recent versiondocker-compost.yml
has noUI_HOST
UI_PORT
environment. A newCVAT_HOST
environment has been specified.But In the codecvat/settings/base.py
it still useUI_HOST
andUI_PORT
to getUI_URL
.It seems this cause the task button guide us to localhost:3000 in the annotation page.
I think this should be modify to use
CVAT_HOST
and the port should be 8080 in the newest version.The text was updated successfully, but these errors were encountered: