You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As step 3 above, the configured nginx-ingress does not recognize the path as it does not start with the /some/path/prefix, hence redirect the request to the nginx home page.
There is no issue on getting swagger-ui using kubernetes.
You didn't mentionne, if you are using spring-mvc or spring-webflux.
You didn't mentionne the springdoc-openapi version you are using. Be sure you use the last stable version: v1.3.0
You can have the look at the following section: How can I deploy the Deploy springdoc-openapi-ui, behind a reverse proxy?
I don't think this is a bug on the springdoc's side, but rather some unusability with the setup of kubernetes nginx-ingress + webapp with springdoc.
The observation is as follows:
As step 3 above, the configured nginx-ingress does not recognize the path as it does not start with the /some/path/prefix, hence redirect the request to the nginx home page.
The nginx-ingress is configured with:
I'm not sure if you have any solution for this kind of setup?
Screenshots

Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: