Data Source Connection Error Error: request failed Please ensure the following data source is configured correctly or is running: Orthanc Server

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

  1. viewers> yarn config set workspace-experimental true
  2. viewers> yarn install
  3. viewers> yarn run build
  4. viewers> yarn run dev
  5. viewers\patform> yarn run orthanc:up
  6. 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!

you need to run yarn run orthanc:up and dev from the root, don’t go to the platform folder