OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.1k stars 3.28k forks source link

Trouble in loading data from local Orthanc server #2425

Closed ragu1257 closed 11 months ago

ragu1257 commented 3 years ago

I want to get the data from my local Orthanc server but getting a proxy error:

image

My default.js file looks like this:

image

I am using Nginx to proxy-pass the Orthanc-server:

image

When I am going to this url http://localhost/orthanc/dicom-web/studies I am able to see an array object of studies.

While searching for my problem, I saw a solution to make a change in orthanc.json file for DicomWeb, so I also updated my orthanc.json file:

image

I am not sure where am I going wrong. When I am running the project with yarn run dev:orthanc, it is working fine. Can you please suggest me correct way of rendering the data from my local Orthanc server?

sedghi commented 11 months ago

Please review the latest code in the master branch. This issue might have been resolved. If it persists, kindly reopen the issue with updated details.

Try viewer-dev.ohif.org instead of viewer.ohif.org Our viewer.ohif.org is deployed from release branch while viewer-dev.ohif.org is our master branch Read more about branch explanations here https://docs.ohif.org/development/getting-started#developing