Data-manager failed to load the content when refreshing the page, or directly open the task in the browser. I am running the ls 1.0 with docker-compose having backed as Postgresql. sometimes it takes too much time to submit the task after doing 20-50 annotations. I have checked with the console log and found sometimes data managers return false, and sometimes label-studio return false. I am not able to understand why returning false or undefined.


@nicholasrq any ideas?
this issue should be fixed in the upcoming 1.0.1 release
@abhay-kum Could you check Label studio 1.0.1rc1 ?
I have pull the latest code and run the container using the docker-compose file it showing as

label-studio==1.0.1 has been released (as well as the latest docker images heartexlabs/label-studio:1.0.1 or heartexlabs/label-studio:latest. Please try it out and report back if the problem is still there, or close the current issue otherwise
when I am using the docker run -it -p 8080:8080 -v 'pwd'/mydata:/label-studio/data heartexlabs/label-studio:latest it is working fine , but when i try to run using docker-compose-file the static content not able to fetched.

Hi, @abhay-kum ! Have you set LABEL_STUDIO_HOST variable to your custom hostname within docker-compose.yml ?
This PR also let you avoid specifying hostname explicitly
@niklub all issue has been resolved, so I am closing it thanks everyone for your support
Most helpful comment
This PR also let you avoid specifying hostname explicitly