[Vuejs]-Vue.js jwt token refresh with axios interceptors

0👍

if your axios version is between (1.1.0) to (1.1.3) then such issue occured but on downgrade to version (0.27.2) works well.
Github issue:https://github.com/axios/axios/issues/5143

And it seems still issue hasn’t been solved for higher version

Leave a comment