SDFIdk / skraafoto_stac_public

Other
6 stars 1 forks source link

Teamengine tests fails because of incorrect urls #11

Closed NicolaiLolansen closed 2 years ago

NicolaiLolansen commented 2 years ago

Trying to run the OGC teamengine tests from https://github.com/opengeospatial/ets-ogcapi-features10/ for the API, we run into this error: https://github.com/opengeospatial/ets-ogcapi-features10/issues/125

Teamengine targets the first line, which is wrong.

stac-fastapi-sqlalchemy  | INFO:     172.22.0.1:45298 - "GET ///conformance HTTP/1.1" 404 Not Found
stac-fastapi-sqlalchemy  | INFO:     172.22.0.1:45306 - "GET /conformance HTTP/1.1" 200 OK
NicolaiLolansen commented 2 years ago

Fixed if you proxy to port 80, and do not supply the port number in the Teamengine interface.