vue-loading
vue-loading copied to clipboard
Loading bar not displaying - how to debug?
Despite good looking console messages the loading bar is not displaying on axios requests.
How can I debug this issue?
I'm having the same issue. I'm trying to figure out if the interceptors defined in https://github.com/tahq69/vue-loading/blob/870984b8485ca34b766a6d8a58daaad45b57673f/src/Loading.ts#L106 are not playing well with my own interceptors or if something else is going on here.
Edit I was able to solve my problem by turning on the debug mode. I have a custom axios instance with a custom name and I was passing it in where the axios instance is passed in the docs but I forgot that I had to manually give the key name if the name of my variable isn't the same as what the option expects.
Could you please tell more about your specific case? How are you setting it up?