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
The whole slide imaging viewer is not working when building OHIF with a PUBLIC_URL,
This is due to the request of dicom-microscopy-viewer/dicomMicroscopyViewer.min.js that is missing the PUBLIC_URL prefix
Steps to Reproduce
Build OHIF with a PUBLIC_URL prefix
Try to open a WSI
The current behavior
infinit OHIF loading and network error fetching dicom-microscopy-viewer/dicomMicroscopyViewer.min.js
The expected behavior
Shoud work and network should call {PUBLIC_URL}/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js
OS
Linux
Node version
20
Browser
Chrome latest
The text was updated successfully, but these errors were encountered:
i think it comes from here : const imported = await window.browserImportFunction('/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js');
(hardoded root path) in plugin import.js
Describe the Bug
The whole slide imaging viewer is not working when building OHIF with a PUBLIC_URL,
This is due to the request of dicom-microscopy-viewer/dicomMicroscopyViewer.min.js that is missing the PUBLIC_URL prefix
Steps to Reproduce
The current behavior
infinit OHIF loading and network error fetching dicom-microscopy-viewer/dicomMicroscopyViewer.min.js
The expected behavior
Shoud work and network should call {PUBLIC_URL}/dicom-microscopy-viewer/dicomMicroscopyViewer.min.js
OS
Linux
Node version
20
Browser
Chrome latest
The text was updated successfully, but these errors were encountered: