Skip to content
Discussion options

You must be logged in to vote

So a few things to get this to work. Thanks @phillip-kruger - your answer clued me in on what is going on. What I found is if I hit the url: example.com/app/docs then I get a 302 and get redirected to example.com/docs/ - and that's where your comment clicked. The trailing /. If I hit example.com/app/docs/ - I get the swagger UI.

I then had to follow up and fix the URLs for the API using quarkus.smallrye-openapi.servers and setting it to %prod.quarkus.smallrye-openapi.servers=/app

Thanks once again @phillip-kruger & @cescoffier

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@phillip-kruger
Comment options

@cescoffier
Comment options

@phillip-kruger
Comment options

@mustafamotiwala
Comment options

Answer selected by phillip-kruger
@phillip-kruger
Comment options

@mustafamotiwala
Comment options

@phillip-kruger
Comment options

@siddharthapd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants