[develop] Swagger docs page errors out #475
alexdunnjpl
announced in
Announcements
Replies: 2 comments 2 replies
|
Thanks @alexdunnjpl to report that issue, @tariqksoliman is having the same indeed. How did you launch the API service to get this error ? You told me that you solved afterward by launching the API service with maven ( Thanks |
2 replies
|
@alexdunnjpl @tariqksoliman the error comes from the The configuration line: Does not match the existing package, the line should be: I will update the default application.properties to close the ticket #516 |
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.
Uh oh!
There was an error while loading. Please reload this page.
@tloubrieu-jpl @tariqksoliman
When attempting to run the API as of 4c5d706 the docs page returns HTTP500 with
Failed to load API definitionandFetch error: response status is 500 /api-docsAttempting to access http://localhost:8080/swagger-ui/index.html, API logs show
This occurs irrespective of whether API is run via maven with
mvn -Dspring-boot.run.profiles=dev spring-boot:runor directly as a Spring Boot application run-configuration in IntelliJ IDEA:All reactions