-
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
Gatsby website fails to load #9939
Comments
I faced this issue yesterday while opening gatsby blog in my mobile chrome browser. The page finished loading, but it was blank. After reloading, it loaded properly. |
It can't find a js file, that is expected to be there. Probably a serviceworker issue? |
Working allright on my end. Tried it on chrome desktop(normal and incognito), firefox(normal and incognito) and edge. Same result, loads ok. That used to happen to me when visiting the site after gatsby v2 was implemented. And the site was migrated to that version. Had to reload 2 to 3 times to get the actual content. After a bit of detective work it looked like it was related to the service worker not storing the file |
Hey there, I think this should be fixed once #9907 is merged! |
Description
As I was reading the latest Gatsby gazette, I clicked this link to the "Gatsby for apps" blog post, but the page remained white. It loaded after reopening it again.
It looks like a similar error as I reported previously, but Kyle said that one should have been fixed in v2.
Steps to reproduce
Don't know how to reproduce.
Expected result
The page should have loaded.
Actual result
Page was entirely blank. Console showed:
Environment
Firefox 63.0.1 (64-bit), macOS 10.14.1.
The text was updated successfully, but these errors were encountered: