- Fix error parsing
- Add missing
yieldin theloginfunction
| axios.interceptors.response.use(function (response) { | |
| return response; | |
| }, function (error) { | |
| const originalRequest = error.config; | |
| if (error.response.status === 401 && !originalRequest._retry) { | |
| originalRequest._retry = true; |