We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating from 0.17.* to 0.18.1 no tapir endpoint is found any longer.
We configured "play.http.context" to be not empty and this path prefix seems to cause the problem.
You can test this with https://github.com/gaeljw/tapir-play-sample when adding the setting in https://github.com/gaeljw/tapir-play-sample/blob/master/conf/application.conf play.http.context=/something
play.http.context=/something
With the defined context path no endpoint matches.
The text was updated successfully, but these errors were encountered:
#1400: fix play server interpreter when routes are put in context
343995a
softwaremill#1400: fix play server interpreter when routes are put in…
b53b5b8
… context (cherry picked from commit 343995a)
Merge pull request #1423 from sven42/fix/play_server_interpreter_when…
6d4cecf
…-routes_are_put_in_context #1400: fix play server interpreter when routes are put in context for 0.18
Successfully merging a pull request may close this issue.
After updating from 0.17.* to 0.18.1 no tapir endpoint is found any longer.
We configured "play.http.context" to be not empty and this path prefix seems to cause the problem.
You can test this with https://github.com/gaeljw/tapir-play-sample when adding the setting in https://github.com/gaeljw/tapir-play-sample/blob/master/conf/application.conf
play.http.context=/something
With the defined context path no endpoint matches.
The text was updated successfully, but these errors were encountered: