[Vuejs]-Axios not failing on get call in NS VUEJS APP

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.

Leave a comment