Image load then disapear

I made a basic blog to test Gatsby and Netlify CMS.
I have a very strange problem.
The logo of the blog disappear when the page is fully loaded. This happened only on Netlify. With the " Gatsby Develop " command, there is no problems.
I tested to host the blog with Zeit , and the pictures doesn’t disappear.

Netlify : https://wonderful-dubinsky-d2e0f3.netlify.com/
Zeit : https://recettes-ecru.now.sh/

Both website use the same Github repository.

It seems that the problem is localized because not everyone see it.
So i made a quick video :

Hello, @Lozit, and welcome to our Netlify community site. :+1:

Is it possible that the issue is related to the service worker on the site?

If unregistering the service worker doesn’t fix the issue, then more information is required to troubleshoot this. Would you please make a HAR file capture of the issue and then send that to us?

You can private message (PM) that to one of our support staff and I’ve confirmed that PMs are enabled for your community login. Note, that only one person can see the PM and this will likely mean a slower reply than posting the information publicly. Please feel free to reply to however you prefer though.

It might be best to make the HAR file in a private browsing window and, even then, double check the resulting file for private data before sharing it publicly (or privately for that matter).

If there are any questions, please let us know.

Hello. Here is the HAR file : REMOVED

My blog use gatsby-plugin-offline which use service worker.
I will check if the problem could come from there.

hi lozit, please check the service worker situation first, and if there are still problems after deactivating them, let us know.

I removed the service worker and it works.
Thanks for the help !

1 Like