[develop] Swagger docs page errors out #475
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 |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
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 definition
andFetch error: response status is 500 /api-docs
Attempting 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:run
or directly as a Spring Boot application run-configuration in IntelliJ IDEA:Beta Was this translation helpful? Give feedback.
All reactions