Multiframe dicom images problem

Hello, I am encountering an issue when trying to load multi-frame DICOM files. The error I receive is:

Error while loading images: TypeError: Cannot read properties of undefined (reading ‘0’)
at Module.Xt (main.js:2:862789)
at main.js:2:2415615
at a (main.js:2:2415870)
at An (main.js:2:866806)
at Module.ln (main.js:2:867433)
at main.js:2:6700825
at async Promise.all (/index)

This error does not occur when working with single-frame DICOM files. What should I do to resolve this issue?

Hello,

You should first provide us with a sample DICOM file.

Then, from what I see in your logs, there are chances that you are talking about the OHIF viewer. Keep in mind that Orthanc and OHIF are separate projects, and that your question should probably be asked to the OHIF community in the first place.

Regards,
Sébastien-