Status Code 404 Not Found

Hi,

I am hoping that someone will be kind enough to help me. I have setup Azure DICOM using OHIF and Front Door. The only error I am getting is the 404. I am using build 3.x. See below.

v2/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060

Request Method

GET

Status Code

404 Not Found

Remote Address

Referrer Policy

strict-origin-when-cross-origin

@brownmatt9000 sorry you are having trouble. I do not have a lot of experience with Azure DICOM using OHIF and Front Door. First off, are your data sources configured similarly to what is in the OHIF docs here?

Hi,

Thanks so much for responding.

This are my datasources without fill urls.

dataSources: [
{
namespace: ‘@ohif/extension-default.dataSourcesModule.dicomweb’,
sourceName: ‘dicomweb’,
maxNumberOfResults: 100,
queryLimit: 100,
resultsPerPage: 100,
configuration: {
friendlyName: ‘Azure Dicom Web’,
name: ‘AzureDicomWeb’,
useSharedArrayBuffer: false,
…azurefd.net/v1’,
…azurefd.net/v1’,
…azurefd.net/v1’,
supportsWildcard: true,
staticWado: false,
enableStudyLazyLoad: true,
imageRendering: ‘wadors’,
thumbnailRendering: ‘wadors’,
dicomUploadEnabled: true,
requestTransferSyntaxUID: ‘*’,
},