Pliny strips newlines from error messages?
msakrejda opened this issue · 1 comments
msakrejda commented
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?
msakrejda commented
Ok, after trying to repro standalone, I'm less convinced this is a Pliny issue. I'll reopen if I can repro.