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
Update to springdoc-openapi 2.8.5 in product-composite-service/build.gradle and repeat the instruction above.
After the sign in, an errorpage with the following text will now be displayed:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Sat Mar 08 16:01:11 UTC 2025
There was an unexpected error (type=None, status=999).
The text was updated successfully, but these errors were encountered:
I understand your concern for this breaking change. In addition, it's not well documented.
This is related to this change #2862, to can align Swagger-WebFlux
Swagger-UI Prefix Path with Swagger-WebMvc
To fix your project, the better option is to remove the webjars prefix, from:
Describe the bug
To Reproduce
I have created a minimal project to reproduce the error. It consists of:
Steps to reproduce the behavior:
Verify that login works in swagger-ui with
springdoc-openapi
2.8.3:Get the source code:
Build and start the auth server, the API, and the gateway:
Open the Swagger UI and login:
u
and passwordp
Update to
springdoc-openapi
2.8.5 inproduct-composite-service/build.gradle
and repeat the instruction above.After the sign in, an errorpage with the following text will now be displayed:
The text was updated successfully, but these errors were encountered: