- Tapir version: 0.18.1
- Scala version: 2.13.6
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.
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=/somethingWith the defined context path no endpoint matches.