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
when using a native buildpack docker image with spring boot i can only request swagger-ui via direct request to /swagger-ui/4.14.3/index.html, when calling /swagger-ui.html it does redirect to /swagger-ui-/index-html but that results in a 404 response. When calling /swagger-ui/4.14.3/index.html the UI does work (without oauth authentication because of wrong redirect links). The json is sucessfully reachable via /v3/api-docs
I am using spring boot 3 m5 and springdoc-openapi-starter-webmvc-ui 2.0.0-M7
into resource-config.json (generate by native-image-agent). Is there something missing or is it a bug? Reading other issues (#1887) it seems like it should work. I did not override springdoc.swagger-ui.path. It does work when running in a jdk and not as a native app in graalvm
The text was updated successfully, but these errors were encountered:
Hi,
when using a native buildpack docker image with spring boot i can only request swagger-ui via direct request to /swagger-ui/4.14.3/index.html, when calling /swagger-ui.html it does redirect to /swagger-ui-/index-html but that results in a 404 response. When calling /swagger-ui/4.14.3/index.html the UI does work (without oauth authentication because of wrong redirect links). The json is sucessfully reachable via /v3/api-docs
I am using spring boot 3 m5 and springdoc-openapi-starter-webmvc-ui 2.0.0-M7
i had to include
into resource-config.json (generate by native-image-agent). Is there something missing or is it a bug? Reading other issues (#1887) it seems like it should work. I did not override
springdoc.swagger-ui.path
. It does work when running in a jdk and not as a native app in graalvmThe text was updated successfully, but these errors were encountered: