OHIF shows a blank viewport when I use it with Orthanc dicom-web configuration.
Hi All,
I am using Orthanc and OHIF v 3.5 with this dicom-web configuration:
{
...
"DicomWeb": {
"Enable": true,
"Root": "/dicom-web/",
"EnableWado": true,
"WadoRoot": "/wado",
"Ssl": false,
"QidoCaseSensitive": false,
"Servers": {
"sample": ["http://127.0.0.1:8042/dicom-web/"]
},
"StudiesMetadata": "MainDicomTags",
"SeriesMetadata": "MainDicomTags"
}
}
When I tried to load the viewer, I got a blank viewport and these errors:
Any help on this topic is appreciated!
Regards,
Yash