I am having a problem using Netlify CMS with BitBucket.When I create a post in the CMS editor it saves correctly to the BitBucket repo,Netlify does a build and it publishes to Gatsby front-end without any problem.
However,when CMS is refreshed,none of the posts are visible,so cannot be edited without going into BitBucket and editing directly or pulling to local repo for editing and pushing again.Obviously this defeats the purpose of a CMS in the first place.
For reference I am using the Kaldi Gatsby/Netlify CMS starter the source code for which can be found here.
Here is what I see in the CMS directly after a post is created.
But when the CMS page is refreshed the Blog list is empty despite the post saving to BitBucket and showing on front-end.
I have looked through the Gatsby code trying to find something which could be causing the posts not to display in the CMS,but cannot see anything.If anyone has any ideas where to look or why this is happening I'd be grateful for any help.Thanks in advance!
UPDATE
Incidentally,the web pages included in the Kaldi template show up fine in the CMS.
I checked the console after trying to load the blog
collection and it lists the error below for all the post markdown files.So it seems the CMS is trying to get them but can't for some reason.Unfortunately,the expanded view of the error doesn't offer any pointers to the source of the problem.
Thanks again for any assistance!