View in #ohif on Slack
@Feanyluch: Trying to load an image on localhost from a json, but I get the error below.
@Alireza_Sedghi please, any idea on why I keep getting this error?
@Igor_Octaviano: Does the urls in your json looks something like:
dicomweb:<https://ohif-dicom-json-example.s3.amazonaws.com/LIDC-IDRI-0001/01-01-2000-30178/3000566.000000-03192/1-001.dcm>
The first part
dicomweb:
selects the loader (dicomweb), maybe your url does not have that and its not being able to find the loader.
More here: https://docs.ohif.org/configuration/datasources/dicom-json/
DICOM JSON | OHIF
@Feanyluch: Thank you, it works now.