You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, ok. Another possibility would be that the error output is just "beautified" by Chrome/etc. So you should just try to access the error.response property. I'll close this. Feel free to reopen it.
When using axios itself, you can use
error.response
to get the response of an error, e.g.:But right now it only return the scope of the error, e.g.:
Is there a way to change that or I'm doing something wrong?
Thanks!
The text was updated successfully, but these errors were encountered: