-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug? on official website #10074
Comments
I am not able to reproduce this on the same Chrome version on Windows 10. Just wanted to point out that the URL you linked doesn't match the one in your GIF (missing |
@jgierer12 i just did, the image i posted is a screen grab from windows 10 with chrome and it does that. |
Hmm, I still can't reproduce. Tried with |
I have the same issue on Firefox 63.0.3 (64-bit), it works on Chrome in Incognito mode, but i blinks 3-4 times before loading correctly. |
Hey there, the root cause of this is your adblocker blocking resources (since they contain the word "ad") but next week I'll write a fix which checks for multiple failures to prevent infinite reloading :) |
Soooo, while we shouldn't blink like that - that's a bug - the reason why this is happening is because path to results of page query is https://www.gatsbyjs.org/static/d/762/path---starters-gatsby-starter-blog-ad-4-976-0MqaLzYKDy4oEO6kqu9wdOsLoU.json (it contains And because we fail to get all resources we then do this: https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/cache-dir/ensure-resources.js#L98-L111 which we will need to be better at so we don't do inifinite reload (like in the gif). |
The issue still exists |
@tigrankhachikyan Hence why it is still open :) I'm just going to try fixing this now! |
Sorry, I saw |
- Check if resources fail (as before) - Upon any failure, render static HTML instead of dynamically rendering the children - Upon initial failure, reload the page and mark the path as failed - Upon second failure, don't reload the page and unflag it (since it might have just been a temporary failure and we want it to retry the next time) Fixes #10074
- Check if resources fail (as before) - Upon any failure, render static HTML instead of dynamically rendering the children - Upon initial failure, reload the page and mark the path as failed - Upon second failure, don't reload the page and unflag it (since it might have just been a temporary failure and we want it to retry the next time) Fixes gatsbyjs#10074
I ran into this issue and thought to leave a comment in case anyone else is still facing it. I forked my repo from gatsby starter blob and this happened to me when I did a |
Description
Here is a gif:
Steps to reproduce
Go to this link `https://www.gatsbyjs.org/starters/gatsby-starter-blog/?gatsby-
Environment
Chrome on Mac Mojave
Version 70.0.3538.102 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: