Gatsby - Error Loading CMS Configuration

I keep trying to move the config.yml file around as I’ve found in other solution threads on here and github, but I can’t seem to reslove the problem. (Yes, it is a yml file, not yaml)

Here’s what I keep getting:

Config Errors:

Error: Failed to load config.yml (404)

Check your config.yml file.

Here’s the URL: https://blog.catcarbonell.dev/admin/

I also simply copy-pasted the directions on the Netlify CMS docs for Gatsby. Any suggestions?

Hi, welcome to the Netlify community forums. Can you share a repo of your website? It seems your config.yml isn’t deployed, do you have the file in the right spot eg static/admin/config.yml?

Have a look at the official Gatsby starter: GitHub - netlify-templates/gatsby-starter-netlify-cms: Example gatsby + netlify cms project, it’s a pretty good reference!

1 Like

Awesome! That worked! Thanks Tom! :slight_smile:

1 Like