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

gateway-service shows empty Open API spec #43

Open
opensearch opened this issue Sep 15, 2023 · 2 comments
Open

gateway-service shows empty Open API spec #43

opensearch opened this issue Sep 15, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@opensearch
Copy link

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":{}}% 
piomin added a commit that referenced this issue Oct 7, 2023
@piomin piomin added the bug Something isn't working label Oct 7, 2023
@piomin
Copy link
Owner

piomin commented Oct 7, 2023

Could you retry with the latest version?

@opensearch
Copy link
Author

Could you retry with the latest version?

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

@piomin piomin self-assigned this Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants