Closed
Description
I have an Spring Boot application and I have followed the Springfox integration guide but the SwaggerUI is not rendering the API.
The console of the browser shows the error below:
jsoneditor.min.js:7 Uncaught Error: element should be an instance of Element
Note the URL "http://localhost:8080/v2/api-docs" returns the full API spec in JSON format, so sure is a problem in SwaggerUI.
Any idea or help?
Thanks in advance