Failed to load resource: net::ERR_NAME_NOT_RESOLVED

Hello,

I regularly and randomly get this error when try to display images on a website:

Failed to load resource: net::ERR_NAME_NOT_RESOLVED

Any idea what could be the problem?

Thanks

Hi @Christophe_Verdot - are you using MetaMask? If so, check this thread out; it may help you.

If not, can you please send over your code so we can see what’s going on?

Thanks!

Hi, thanks a lot for the answer, the webapp im building isnt using metamask but i do have it installed as a browser extension though. Had this behavior this morning then no more since a while now, will monitor for a while and see if happen again.

Hello, sadly the problem persist, i tried in another browser with no metamask installed but same:

As for the code its a vuejs js/ node js app, working on localhost for now, the image do that randomly, sometimes not at all, here the code that build the blocks:

<div class="grid-item" v-for="(artwork, key) in artworks" :key="key">
<img :src="artwork.art_thumb != '' ? $store.state.config.ipfsGateway + '/' +artwork.art_thumb : emptySrc" class="art" />
</div>

As seen on the screen, some load some don’t, its totally random and not always.

Based on your error messages, it looks like you may be having issues with your computer or browser. This article has some ideas on things to try to resolve the error.