And there is a page with infinite scroll to show images. the image section is like the following;
page.vue
<v-img :src="item.image"></v-img>
All is good, however, about 5% to 10% of requests (randomly and may change by refresh) fail and their images do not load.
adding retry, proxyHeaders and allowing to write cookie flags to axios configuration doesn't help either.
I'm using axios-module with proxy to proxy images. here are my latest config.
And there is a page with infinite scroll to show images. the image section is like the following;
sadly, I couldn't find any informative logs.
I shall be so happy to hear your comments.