Replies: 1 comment
-
|
You didn't paste the actual error message, but this is one of the most common issues after upgrading. Here are the fixes ranked by likelihood:
Update springdoc-openapi to Spring Boot 4 compatible version Mismatched versions cause the explore field to silently fail or return a CORS/404 error. Spring Security blocking the swagger paths Spring Boot 4 security auto-config is stricter. Explicitly permit swagger endpoints:
If entering the contract URL triggers a CORS error in the browser console: Could you paste the actual error message? Either the browse log — that would narrow it down to exactly which of theseis the cause. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading to spring-boot 4 we get this error message when we add the path to our contract in the "explore" field.
Could anybody please help with this? It blocking us from upgrading to spring-boot 4...
Beta Was this translation helpful? Give feedback.
All reactions