Skip to content
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

Closed
sedubois opened this issue Nov 15, 2018 · 4 comments · Fixed by #9907
Closed

Gatsby website fails to load #9939

sedubois opened this issue Nov 15, 2018 · 4 comments · Fixed by #9907

Comments

@sedubois
Copy link
Contributor

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:

Unhandled promise rejection Error: "Loading chunk 43 failed.
(error: https://www.gatsbyjs.org/43-6892247c8fc728767d9f.js)"
	n https://www.gatsbyjs.org/webpack-runtime-f4da6aa995ca964afdff.js:1:6825

L/</t< https://www.gatsbyjs.org/app-e85d14a7fe2197fb94f6.js:1:31219
e.exports https://www.gatsbyjs.org/app-e85d14a7fe2197fb94f6.js:1:69811
L/< https://www.gatsbyjs.org/app-e85d14a7fe2197fb94f6.js:1:31096
e.exports https://www.gatsbyjs.org/app-e85d14a7fe2197fb94f6.js:1:67993
<anonymous> https://www.gatsbyjs.org/app-e85d14a7fe2197fb94f6.js:1:45186
y https://www.gatsbyjs.org/app-e85d14a7fe2197fb94f6.js:1:45044
b https://www.gatsbyjs.org/app-e85d14a7fe2197fb94f6.js:1:45064

screenshot 2018-11-15 at 10 27 28

Environment

Firefox 63.0.1 (64-bit), macOS 10.14.1.

@kakadiadarpan
Copy link
Contributor

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.

@btk
Copy link
Contributor

btk commented Nov 15, 2018

It can't find a js file, that is expected to be there. Probably a serviceworker issue?

@jonniebigodes
Copy link

jonniebigodes commented Nov 15, 2018

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

@valin4tor
Copy link
Contributor

Hey there, I think this should be fixed once #9907 is merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants