Netlify-cms: Failure to load more than 43 entries for a Jekyll post collection

Created on 13 Jan 2020  路  4Comments  路  Source: netlify/netlify-cms

Describe the bug

Failure to display more than 43 entries for a collection.

To Reproduce

Steps to reproduce the behaviour. For example:

  1. Go to https://staging.linaro.org/admin/
  2. Click on Older Posts
  3. Compare list of entries with the list of posts in the repo here: https://github.com/Linaro/website/tree/develop/_posts/previous
  4. See error

Expected behaviour

All posts should be displayed so content editors can update older posts and fix broken links.

Applicable Versions:
NetlifyCMS 2.10.4
NetlifyCMS 2.10.2

CMS configuration
https://github.com/Linaro/website/blob/develop/admin/config.yml

Additional context
We require all posts to be listed in a collection for content editors to update and fix broken links in our older posts. I've tried with and without the graphql GH endpoint option toggled with the same result. I've seen these issues which says to me that at some point or another this has worked. Am I missing something or is this feature broken? Any help would be greatly appreciated!!

Kind regards,

Kyle

Most helpful comment

Hi @kylekirkby, some of those files have an md extension while others have markdown. The CMS shows the md files by default.
You can change the default by following https://www.netlifycms.org/docs/configuration-options/#extension-and-format

All 4 comments

Hi @kylekirkby, some of those files have an md extension while others have markdown. The CMS shows the md files by default.
You can change the default by following https://www.netlifycms.org/docs/configuration-options/#extension-and-format

@erezrokah - awesome spot! Let me test that now :)

@kylekirkby can we close this?

Yes please close! - thanks for the help on this! Should have seen this myself!

Was this page helpful?
0 / 5 - 0 ratings