Closed Taepper closed 2 months ago
Thank you for raising the issue. How did you start both services? When I use the docker-compose I cant reproduce that error using
SILO_TAG=latest LAPIS_TAG=latest docker compose up -d
and
curl -X 'GET' 'http://localhost:8090/sample/aggregated' -H 'accept: */*' -H 'Content-Type: application/json' -v
I will shortly upload the whole setup in https://github.com/GenSpectrum/LAPIS-SILO-e2e
Ah, the http://
was missing from
command: "--silo.url=localhost:8081"
I'm closing this since the issue seems to be resolved. Feel free to reopen if there is anything we need to fix.
Hmm, I would reopen this, as I would say that the expected behaviour is to have an error at start-up that the silo url is wrong.
Isn't an error code 500 never supposed to occur?
I opened #939 instead, as the actual error in this issue is quite off-topic (compared to the initial description)
curl localhost:8080/sample/aggregated
after starting LAPIS and SILO returns an error code 500 instead of an expected 400.