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
Describe the bug
OHIF seems to be unstable, it some times load the images but when retrying again / reloading/ opening multiple tabs it hangs. Specially with large images
To Reproduce
open multiple tabs
in each tab click on different study
some will stop loading
others will not even start loading
get message "something went wrong"
May be it is a setup issue and server should have more threads to respond to multiple requests ?
Screenshots
** Error**
Even images that load I still see errors in the logs as
a. 46Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('') does not match the recipient window's origin ('null').
b. GET https://www.w3schools.com/w3css/4/w3.css net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200 (OK)
Hardware limitation on the server side or the client side ?
With more testing, I think it could be a memory issue from the browser. I will try using different browsers chrome, edge, firefox to see it this issue goes away.
Describe the bug
OHIF seems to be unstable, it some times load the images but when retrying again / reloading/ opening multiple tabs it hangs. Specially with large images
To Reproduce
May be it is a setup issue and server should have more threads to respond to multiple requests ?
Screenshots
** Error**
Even images that load I still see errors in the logs as
a. 46Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('') does not match the recipient window's origin ('null').
b. GET https://www.w3schools.com/w3css/4/w3.css net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200 (OK)
@sedghi @diazandr3s @tangy5
The text was updated successfully, but these errors were encountered: