Version 2.10 breaks with Unable to Infer base url
See original GitHub issueVersion used: 2.10.0
We upgraded from 2.9.2 to the recently released 2.10.0. Our Spring setup was working until we switch to that new version. Now the /swagger-ui.html
throws a message box saying Unable to infer base url
.
In the logs we can see a large amount of lines similar to this:
288180 [http-nio-9090-exec-3] INFO u.g.h.d.l.c.RequestLoggingFilter - GET /null/swagger-resources/configuration/security took 0ms and returned 404
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Unable to infer base url. This is common when using dynamic ...
Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway swagger...
Read more >[SpringFox Error] Unable to infer base url - Taogen's Blog
Solution. make sure your swagger configuration is under your spring boot application which can be scanned. and then it solved.
Read more >Springfox Reference Documentation - GitHub Pages
Springfox works by examining an application, once, at runtime to infer API semantics based on spring configurations, class structure and various ...
Read more >Unable to infer base url. This is common when using dynamic ...
[Solved]-Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway swagger...
Read more >Release Notes | Firebase - Google
This version (v11.0.0) of the Firebase CLI contains breaking changes. ... Realtime Database can now infer a default database URL if none is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh please dont use 2.10… it was an intermediate step so that people who were on 3.0.0-SNAPSHOT can continue using a released version if needed. Please continue 3.0.0-SNAPSHOT. Thats the version with the OAS support. Its not ready yet, should be available tomorrow 🤞