RadicalImaging / ohif-aws-healthimaging

MIT License
22 stars 10 forks source link

No routes matched location #19

Open Jaganvk29 opened 10 months ago

Jaganvk29 commented 10 months ago

I followed the guide but it shows no routes found , i need to modify the routes in ohif-v3 ?

http://localhost:3000/viewers?StudyInstanceUIDs=1.2.826.1.3680043.9.5282.150415.18401.1840123205710&ImageSetID=f4c340117ccd48c5db41ac323ec98b5a

pmedvedevsf commented 10 months ago

having the same issue

hitesh-ag1 commented 9 months ago

I also faced the same issue and managed to resolve this by adding AWS_HOST='runtime-medical-imaging.YOUR_REGION.amazonaws.com' as environment variable in docker run. Default host in proxy/index.js is runtime-medical-imaging.us-east-1.amazonaws.com which will not work if you are operating outside us-east-1

mateusfreira commented 9 months ago

Thanks, @hitesh-ag1, did that fix it for you @pmedvedevsf ?

anuragp2018 commented 3 months ago

having same issue