Deploy issue: cvat_opa fails to load bundle with message ERR msg=Bundle load failed: request failed: Get "http://cvat-server:8080/api/auth/rules"
#8749
Labels
bug
Something isn't working
Actions before raising this issue
Steps to Reproduce
export CVAT_HOST=192.168.0.148
sudo docker compose up -d
Expected Behavior
Within ~5 minutes, the web UI should be reachable. But each time I try to access it via 192.168.0.148:8080 (accessing over LAN on a laptop - server is headless), I get a
404 page not found
error.Possible Solution
The OPA logs suggest that it's not never able to reach cvat_server and load the bundle. The container log is filled with entries like this:
2024-11-28T00:12:25Z ERR msg=Bundle load failed: request failed: Get "http://cvat-server:8080/api/auth/rules": dial tcp 172.26.0.15:8080: connect: connection refused name=cvat plugin=bundle
I searched on Github for similar errors, but there is no clear solution to this.
Context
cvat_opa logs:
cvat_server logs:
Environment
The text was updated successfully, but these errors were encountered: