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

fix netlify CMS configuration #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HugoLiconV
Copy link

There is an error when you try to access the CMS.

Error loading the CMS configuration
Config Errors:
'collections[1].fields[1].pattern' should NOT have fewer than 2 items
Check your config.yml file.

This error is because the pattern config is expecting two array items, the regex and error message.

Steps to reproduce

  1. gatsby new gatsby-starter-delog https://github.com/W3Layouts/gatsby-starter-delog
  2. cd gatsby-starter-delog
  3. gatsby develop
  4. Go to http://localhost:8000/admin/#/

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

Successfully merging this pull request may close these issues.

1 participant