coco-annotator
coco-annotator copied to clipboard
Connection Lost to the backend
Hello!
First off, thank you @jsbroks for this awesome annotation solution!
I've implemented the 0.11.0 version (Version 0.11.1 seems to have trouble loading thumbnails) of coco-annotator to a cloud machine (4GB RAM, 80GB Disk with Ubuntu OS) & I'm able to access the data sets and annotate.
My issue is that the annotator randomly loses connection to the backend as shown in the below screenshot:

Following docker logs, it looks like it's creating socket connection and then immediately closing it, as shown below:

Has anyone had this issue deploying coco-annotator on cloud? Any help would be appreciated! Thanks much!
Are you running it throw a proxy? like nginx?
Hey @jsbroks, Thanks for your response! Yeah, it's running behind Nginx
Hi @jsbroks can you suggest something to do about this issue? Perhaps some changes needed in the Nginx configuration file?
I slightly modified the deployment so now it is a Kubernetes app. I run on AWS. However, I get the same error log messages as @KhyatiMehta3.
Did anyone manage to find a solution for this error?