-
Notifications
You must be signed in to change notification settings - Fork 177
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
Probably important: vanilla install won't create pages #10
Comments
When running gatsby develop after cloning the repo and running npm:
Blog doesn't compile, presumably because of a problem here: This might not be an issue, maybe just GraphQL is returning no edges on compile for some reason |
This seems to be correct, GQL can't find fields on each node edge. |
OK, the |
Sorry for a bit of a delay getting to this. This definitely looks like an issue, thank for bringing it up and for taking the time to put together a PR! I'll be able to to take a look at the PR shortly. |
@SecondeJK, did you do anything in particular leading up the error? I'm trying to reproduce the problem but it seems to compile successfully for me (when running |
That is really weird that it flat out refuses to compile with no mods* (see below) The only problem I encountered before compiling was having to fix gatsby-snap, which for some reason was just complaining. I manually installed the latest and created a new lockfile. Rendering the images -shoudn't- affect how gatsby ends up compiling the paginated index though...? |
No description provided.
The text was updated successfully, but these errors were encountered: