1đź‘Ť
Maybe your API endpoint brakes CORS policy, you can’t read status of such error then (despite the fact that it is visible in Networks tab in dev tools).
You can install a browser extension like “CORS everywhere” to test if it works then, but any call to API blocked by CORS will show a warning/error in the browser’s console by default.
👤Deykun
- [Vuejs]-How to fetch data from Google Firestore into my Vue instance?
- [Vuejs]-Prevent Vue Multiple Select to Store an Empty Array
- [Vuejs]-Updating state object using checkbox item – Vue.js
- [Vuejs]-Vue computed property in router template
Source:stackexchange.com