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

404 pages are blank in production #7371

Closed
stripeyjumper opened this issue Aug 16, 2018 · 1 comment
Closed

404 pages are blank in production #7371

stripeyjumper opened this issue Aug 16, 2018 · 1 comment

Comments

@stripeyjumper
Copy link
Contributor

Description

The page flashes then goes blank if you navigate to any 404 page in production:
https://next.gatsbyjs.org/thispagedoesntexist

  • It happens on my own page hosted on Netlify as well as gatsbyjs.org.
  • No errors are thrown on my page, but gatsbyjs.org has some 404 errors for font assets.
  • The https://next.gatsbyjs.org/404 page still works ok, so I haven't managed to reproduce it in dev.

It looks like it might be related to #7289. Could it be something to do with the new router?

Steps to reproduce

Navigate to a non existent page:
https://next.gatsbyjs.org/thispagedoesntexist

Expected result

The 404 page should be rendered.

Actual result

The page renders and then disappears.

Environment

File contents (if changed)

gatsby-config.js: N/A
package.json: N/A
gatsby-node.js: N/A
gatsby-browser.js: N/A
gatsby-ssr.js: N/A

@KyleAMathews
Copy link
Contributor

Thanks for the bug report! This will be fixed in #7355

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

No branches or pull requests

2 participants