Only happens in post requests
@pcj do you have :body-params
set? If you do, the content-negotiation has slurped the stream. Streams can be read only once.
I don't have :body-params
set in the request. I fixed this by bringing it out of the default swagger route it's in in the template