I have a post method to create a location, it work...
# ktor
e
I have a post method to create a location, it works perfectly on postman but when I use it in my mobile app KMP it gives me this message : "errorMessage":"Failed to convert request body to class.model.requests.CreateLocationRequest" The class is serializable and I have content negotiation json plugins! I am using call.receiveCreateLocationRequest()
a
Can you share the complete error message, which includes information about JSON expectations?
e
I rewrote my post function and it worked