i2b2-tranSMART / i2b2transmart-quick-start

Apache License 2.0
6 stars 2 forks source link

404 for route /transmart #10

Open lukaszimmermann opened 6 years ago

lukaszimmermann commented 6 years ago

When I set the environment variables

HTTP_PORT=80
HTTPS_PORT=443

in the .env file and follow the instructions in the README.md:

docker-compose up -d db
docker-compose up -d

with waiting for the db service to properly come up and setting COMPOSE_HTTP_TIMEOUT appropriately, then requesting the URLhttps://localhost/transmart/ results in 404.

Requesting on port 80 will always redirect to https. I currently try to deploy the tranSMART instance with the NHANES dataset to test the tranSMART RESTful API as documented here.

lukaszimmermann commented 6 years ago

Is there anyone whom I could contact for resolving this issue?