I just upgraded gatsby from version 1.9.250 to 1.9.264. Before that upgrade my site was working fine in development mode. After the upgrade all pages yield blank output with a 404 as status code.
gatsby new testcd test; npm i gatsby@latestnpm run develophttp://localhost:8000 in the browserA sample page.
A blank page with HTTP status 404.
gatsby-config.js: N/A
package.json: N/A
gatsby-node.js: N/A
gatsby-browser.js: N/A
gatsby-ssr.js: N/A
Same here. I updated as well and now I see a blank screen.
Node: v10.3.0
http://localhost:8000/___graphql works
Noticing this same issue.
Can you downgrade to [email protected] and see if this fixes problem? I'm working on fix right now
@pieh downgrading to 1.9.262 fixes
This is fixed by https://github.com/gatsbyjs/gatsby/pull/5630
I reverted https://github.com/gatsbyjs/gatsby/pull/4756 which was the source of these troubles. Sorry for the bother everyone! Thing are back to working.
@m-allanson @pieh @KyleAMathews The downgrade should work, build command also hosed like develop as Kyle suggests in https://github.com/gatsbyjs/gatsby/pull/4756#issuecomment-393637140
Will add a more complete report of my issue over there but https://github.com/GraphCMS/gatsby-graphcms-example/pull/72#issuecomment-393635255
has the gist with links.
@rdela reverted the PR causing the trouble so things are working again. Thanks for the detailed bug report!
Upgrading to Gatsby 1.9.266 with #4756 reverted solved the issue for me. https://github.com/rdela/gatsby-graphcms-rd/pull/60#issuecomment-393517264
Most helpful comment
I reverted https://github.com/gatsbyjs/gatsby/pull/4756 which was the source of these troubles. Sorry for the bother everyone! Thing are back to working.