Hello,
I just try your module and it's working well.
I just don't have any response object when HTTP Code is 422
body: ReadableStream { locked: false }
bodyUsed: false
config: Object { headers: {…} }
headers: Headers { }
ok: false
redirected: false
status: 422
statusText: "No Reason Phrase"
type: "cors"
url: "https://url"
<prototype>: {…}
But in Axios, i have in the returned object, a response field then a data with my json.
Did i do something wrong (i didn't change anything from my axios implementation)
Thanks in advance :)
Hello,
I just try your module and it's working well.
I just don't have any response object when HTTP Code is 422
But in Axios, i have in the returned object, a
responsefield then adatawith my json.Did i do something wrong (i didn't change anything from my axios implementation)
Thanks in advance :)