Open mwalkerr opened 2 years ago
I'm getting a 400 response but only getting a generic error message indicating the http response status, which makes it difficult to figure out what went wrong
For my own case, using new AxiosTransport(axios) instead of new FetchTransport(fetch) did the trick. Leaving this up as a suggestion though
new AxiosTransport(axios)
new FetchTransport(fetch)
I'm getting a 400 response but only getting a generic error message indicating the http response status, which makes it difficult to figure out what went wrong