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

Missing pages in GraphQL #36

Open
8 tasks
asifalix opened this issue Sep 8, 2019 · 0 comments
Open
8 tasks

Missing pages in GraphQL #36

asifalix opened this issue Sep 8, 2019 · 0 comments

Comments

@asifalix
Copy link

asifalix commented Sep 8, 2019

Description

I keep adding markdown in the content folder. For some reason the data (no of rows) is always incomplete. There are pages missing.

Gridsome omits a markdownfile

which has a bad image path.
where images have a capitalized extension
sometimes for no reason even though these posts were verified earlier.

Steps to reproduce

I used the Gridsome starter site sample and modified to sort by date / desc.

{
posts: allPost(sortBy: "date" order: DESC ) {
edges {
node {
id
title
path
tags {
id
title
path
}
date (format: "D. MMMM YYYY")
timeToRead
description
coverImage (width: 770, height: 380, blur: 10)
...on Post {
id
title
path
}
}
}
}
}
Expected result

What should happen?
Actual result

What happened.
Environment

Libs:

  • gridsome version: X.Y.Z
  • @gridsome/cli version: X.Y.Z

Browser:

  • Chrome (desktop) version XX
  • Chrome (Android) version XX
  • Chrome (iOS) version XX
  • Firefox version XX
  • Safari (desktop) version XX
  • Safari (iOS) version XX
  • IE version XX
  • Edge version XX

For Tooling issues:

  • Node version: XX
  • Platform:

Others:
Ubuntu..

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

1 participant