Hello, I recently did a redesign and changed my stack from Jekyll to Nextjs for one of my sites. I built the new site in a different repository and changed the build repo link under “Build Settings”. The site was successfully deployed using the new repository. However, when I go to the Netlify CMS in production, my data isnt being loaded. The Netlify CMS works fine in local development using the netlify-cms-proxy-server
. I also had a previous deployment that used the new repo which worked fine (I have now deleted it). I am stuck and don’t really know what to do to solve this issue. Any help would be appreciated.
Just some more information about my site:
It is deployed using next build && next export
. The publish directory is out
. All of my content is stored in a /content
directory using yaml frontmatter leveraging the frontmatter-markdown-loader
.