-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Firstly you can upgrade monailabel version..
Before we understand CORS problem.. from the logs, it's clear that server has done it's job and sent the result. I will leave it on you to identify why you are hitting with CORS issue (server running across different domain etc.. OHIF running in different box.. if-else conditions.. proxy, non-proxy etc..) Until you fix the cross domain requests happening (CORS issue), you can run your browser with CORS disabled mode.. |
Beta Was this translation helpful? Give feedback.
-
Hmmm after updating to 0.7.0rc6, when I tried to connect to the monailabel server i got a 404 error. Seems like its redirecting to //info which gives 404 error instead of /info? It worked fine on 0.6.0, unless I'm supposed to change something after updating to 0.7.0rc6? I'll try and fix the CORS from 0.6.0 for now. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I have tested it out on the API and it seems like I am getting a 504 gateway timeout,
After checking out the load balancer it seems like aws was the issue. Changing the "Idle timeout" settings from 60 to 180 seems to have solved the issue. Looks like the load balancer was closing the connection to the server when the inference was running for more than 60 secs.