I can access admin just fine, but i cannot see any blogs i wrote before and when I create a blog post and try to save it I get this alert error:
‘Failed to persist entry: API_ERROR:not found’
I did some googling and found if I have : publish_mode: editorial_workflow. in my config that is what breaks it. So I removed it hoping that would fix it but it didnt.
in console I get this:
netlify-cms-app.js:14 GET https://api.github.com/repos/csmaller/coreysmaller/git/trees/master:content%2Fblog 404 (Not Found)
netlify-cms-app.js:14 GET https://api.github.com/repositories/csmaller/coreysmaller/branches/main 404 (Not Found)
and:
-
{type: ‘ENTRY_PERSIST_FAILURE’, error: ‘Failed to persist entry’, payload: {…}}
-
error: “Failed to persist entry”
-
payload: {collectionName: ‘blog’, entrySlug: ‘’, error: ‘API_ERROR: Not Found’}
-
type: “ENTRY_PERSIST_FAILURE”
-
[[Prototype]]: Object
just confused. I updated my netlifycms and still doesn’t work