I have also installed `ContentNegotation` and `json`
Copy code
Fail to serialize body. Content has type: class org.metatude.paxfa.auth.login.LoginEmailRequestDto, but OutgoingContent expected.
If you expect serialized body, please check that you have installed the corresponding plugin(like `ContentNegotiation`) and set `Content-Type` header.
a
Aleksei Tirman [JB]
03/01/2022, 7:31 AM
Could you please share a code snippet to reproduce your problem?
a
Amin Bahiraei
03/02/2022, 7:19 AM
I just configure the
HttpClient
with bellow configure, and it cause a crash on iOS.