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 had this randomly occur as well. I restarting my computer and the containers a few times and it went away, but it was quite weird... Hopefully it doesn't come back
My actions before raising this issue
Steps to Reproduce (for bugs)
Expected Behaviour
Expect the opencv.js loaded successfully,
the baseURL should be http://localhost:8080/api instead of http://localhost:8
Current Behaviour
opencv.js load failure, baseUrl is wrong at here:
https://github.com/opencv/cvat/blob/release-2.4.5/cvat-ui/src/utils/opencv-wrapper/opencv-wrapper.ts#L13
const baseURL = core.config.backendAPI.slice(0, -7);
Possible Solution
const baseURL = core.config.backendAPI.replace("/api","");
Context
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05):Logs from `cvat` container
The text was updated successfully, but these errors were encountered: