the only thing i can figure out is that my route t...
# http4k
n
the only thing i can figure out is that my route that’s causing these issues has this lens for receiving in the body:
Copy code
val bodyLens = Body.auto<List<String>>().toLens()
For some reason the lens of type list of string is causing the renderer to crash because of a null pointer.