Swagger UI Landing page not appearing? #2829
RabeeHanna
started this conversation in
General
Replies: 1 comment
-
We have a sample spring boot example repo which has all the configuration needed to avoid spring security login. https://github.com/yahoo/elide-spring-boot-example Please refer to that and let us know if it's still an issue. |
Beta Was this translation helpful? Give feedback.
<
8000
div class="d-flex flex-items-center">
You must be logged in to vote
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.
-
I created a new project by following the start up guide step by step, as well as the swagger setup. When I run my Springboot application the default Spring security login page appears. I configured Spring security FilterChain to permit all HTTP requests and disabled CSRF too. Visiting the landing page after that shows the standard Whitelabel Page Error...
I am able to access the /doc swagger document and it looks fine from there, but why is there no UI? In the Elide tutorial video (https://www.youtube.com/watch?v=WeFzseAKbzs) the person driving is able to run his app and navigate to the landing page (localhost:8080/) to see the UI. Am I missing something? Is this only for Heroku deployed apps? I am running my app locally.
Beta Was this translation helpful? Give feedback.
All reactions