Join Slack
Communities
Powered by
the only thing i can figure out is that my route t...
# http4k
n
Nezteb
05/21/2019, 11:07 PM
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.
Open in Slack
Previous
Next