admin管理员组

文章数量:1404927

After deploying my spring boot 3.1.4 Kotlin Gradle app to GKE, and trying to access the swagger ui from the /swagger-ui.html or /swagger-ui/index.html or even /v3/api-docs I receive the whitelabel error page. I tried the recommendation from springdocs website below but the issue still persists.

.html#how-can-i-deploy-the-deploy-springdoc-openapi-ui-behind-a-reverse-proxy

Locally, it works as expected.

Note: I am using a load balancer to serve traffic to 3 applications. Also, springdoc-openapi-starter-webmvc-ui:2.1.0 is used.

Thanks in advance.

本文标签: google kubernetes engineSpring Boot Swagger UI not working after deployment to GKEStack Overflow