Closed oliyh closed 8 years ago
I think negotiate-response is enqueuing an interceptor after the error-response interceptor. Because error-response doesn't set a content type I think that the default serialiser is trying to encode a string and failing.
It enqueues itself right at the end of the chain, but it should probably execute immediately.
I think negotiate-response is enqueuing an interceptor after the error-response interceptor. Because error-response doesn't set a content type I think that the default serialiser is trying to encode a string and failing.