sample-spring-microservices-kubernetes icon indicating copy to clipboard operation
sample-spring-microservices-kubernetes copied to clipboard

gateway-service shows empty Open API spec

Open opensearch opened this issue 2 years ago • 2 comments

curl to gateway-service (e.g. curl localhost:31441/v3/api-docs) returns empty paths:

$sample-spring-microservices-kubernetes % curl localhost:31441/v3/api-docs
{"openapi":"3.0.1","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost:31441","description":"Generated server url"}],"paths":{},"components":{}}% 

opensearch avatar Sep 15 '23 07:09 opensearch

Could you retry with the latest version?

piomin avatar Oct 07 '23 23:10 piomin

Could you retry with the latest version?

Same result. Seems swagger was not initialized because /swagger-ui/index.html returns 404.

opensearch avatar Oct 20 '23 12:10 opensearch