hi everyone,
I’m encountering an error when trying to connect OHIF Viewer with the Orthanc server
how to solve this error “Data Source Connection Error Error: request failed Please ensure the following data source is configured correctly or is running: Orthanc Server”
while i am trying to run “yarn run orthanc:up” and “yarn run dev:orthanc "
it shows error " “Data Source Connection Error Error: request failed Please ensure the following data source is configured correctly or is running: Orthanc Server””
i am using the latest version
- viewers> yarn config set workspace-experimental true
- viewers> yarn install
- viewers> yarn run build
- viewers> yarn run dev
- viewers\patform> yarn run orthanc:up
- viewers\patform>yarn run dev:orthanc
Despite following these steps, I still encounter the error. Could someone help me with the correct path and steps to ensure that everything is configured correctly?
Thanks in advance!