https://kotlinlang.org logo
#ktor
Title
# ktor
d

dave08

10/12/2023, 2:33 PM
I have a funny problem... when on my local setup I do a GET request to a certain url and get a response... but when deployed on kubernetes, the CallLogging feature outputs a 404 Not Found on exactly the same endpoint... is there any kind of failure apart from actually not finding the path that could cause such a problem?
The problem seemed to be that I nested
port(...) { }
inside
authenticate(...) { }
... that's not valid @e5l?
When I removed
port(...) { ... }
it started working...
a

Aleksei Tirman [JB]

10/13/2023, 5:54 AM
Can you please file an issue with a code snippet for reproduction attached?