Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access DICOM Api server after setting up with Docker Compose #744

Closed
pavankjadda opened this issue Apr 27, 2021 · 2 comments
Closed

Comments

@pavankjadda
Copy link

pavankjadda commented Apr 27, 2021

Describe the bug
I setup local DICOM server and other components by following instructions from here, every thing starts fine but I can't access the API server. When I go to http://localhost:8080 I get HTTP 404 error(shown below in image)

To Reproduce
Steps to reproduce the behavior:

  1. Clone the repo
  2. Start the applications using the command env SAPASSWORD='Test@12345' docker-compose -f samples/docker/docker-compose.yaml -p dicom-server up -d
  3. Go to http://localhost:8080 to see the web page

Expected behavior
Application supposed to start and accessible from http://localhost:8080

Actual behavior
Webpage is not accessible and shows HTTP 404 error as shown below. However I do see API started in container logs

Hosting environment: Production

Content root path: /app

Now listening on: http://[::]:8080

Application started. Press Ctrl+C to shut down.

Screenshot:

Screen Shot 2021-04-27 at 7 04 47 PM

@smithago
Copy link
Contributor

smithago commented May 6, 2021

Hello, the root url is not accessible. Supported request URLs are in the conformance statement here https://github.com/microsoft/dicom-server/blob/main/docs/resources/conformance-statement.md

@smithago smithago closed this as completed May 6, 2021
@pavankjadda
Copy link
Author

@smithago I don't understand what do you mean by root URL? The docker setup is not working. When I try to follow the instructions from here, it didn't work. Are the instructions are outdated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants