so I was doing some debugging, and it seems that t...
# ktor
e
so I was doing some debugging, and it seems that the call to
tryGetString
with path
ktor.deployment.port
for value
${?PORT}
(that is coming from the included file) is not resolved for some reason. I will probably stop debugging now and I will open an issue on GH a bit later. thanks for you reply, Ilya!
o
If you can build it locally, try adding a call to resolve for merged config in
CommandLine.kt
e
actually seems to be fixed already in 0.9.4-alpha-2 by a previous PR 😄
o
Ah, sorry, didn’t notice
.resolve()
at the end of the line 🙂
😄 1