Response Body in Error with useFetch
I get the following error in an API request (see attachment).
Is there a way to get the response body using
useFetch?I have tried using interceptors but no luck so far. The status code and status message are fine, but the response body is nowhere to be found.

