0👍
I think it’s an issue with Axios. With {N} status code will be null
when request fails, seems Axios considers that request as success when the status code has falsy value.
Looks like there is a similar issue logged in their Github.
0👍
I found that axios nor http doesn’t call anything in some circumstances.
I don’t know why, i was investigated this for two days. No clue.
Just used Fetch instead and for now everything works fine.
- [Vuejs]-Vue-chart.js : Getting partial data; chart not displaying well
- [Vuejs]-AJAX Search with Laravel and Vue empty Results
Source:stackexchange.com