luminus

pcj 2019-03-25T15:58:45.031400Z

Only happens in post requests

ikitommi 2019-03-25T18:22:00.034Z

@pcj do you have :body-params set? If you do, the content-negotiation has slurped the stream. Streams can be read only once.

pcj 2019-03-25T21:07:48.034100Z

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