We're recently moved some endpoints to Pliny and I noticed that it appears to be stripping newlines form our error messages. I've looked at the RescueErrors middleware and Pliny::Errors.render, but I can't figure out where this is coming from. Any ideas?
We're recently moved some endpoints to Pliny and I noticed that it appears to be stripping newlines form our error messages. I've looked at the
RescueErrors
middleware andPliny::Errors.render
, but I can't figure out where this is coming from. Any ideas?