Forum Discussion
Springfox provides their own wrapped version of Swagger UI. It is not maintained by us, and we don't know which version is included with it. Please follow the instruction in the link previously shared to find out the actual version of Swagger UI you're using.
Hi RonRatovsky
Have gone through the link you provided and found the exact version of swagger-ui in js file.
Below is the version that is used
v2.2.6
- RonRatovsky7 years ago
Staff
Thanks for the details.
Version 2.2.6 of Swagger UI is quite old, and we don't really support it. We understand you use it as provided from Springfox. If you can't update your Springfox version, you may still be able to update the Swagger UI webjar to the latest version. Since Springfox is not our project, we're not quite sure regarding compatibility.
If that doesn't work, you can use Swagger UI directly as part of your project and it should resolve the issue you're describing. You can take a look at our own samples to see how we integrate Swagger UI with the code. You can also run it through a docker image, or just clone it and open the index.html file.