[Vuejs]-When using axios interceptors, API calls are looping for 401 error

0👍

Also, i’m getting this error earlier. I used axiosAuth instead of axio

ex-:

 const getAPI = axiosAuth.create({
      baseURL: 'http://127.0.0.1:5000',
    });

Leave a comment