You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using netlify local backend, and navigating to edit pages, it fails with `API_ERROR: Unknown error". (On just viewing the edit page, not on save.)
To Reproduce
npx netlify-cms-proxy-server
gatsby develop
Go to /admin.
Click on a page to edit, in my case "Teachings", click on a teaching.
Describe the bug
When using netlify local backend, and navigating to edit pages, it fails with `API_ERROR: Unknown error". (On just viewing the edit page, not on save.)
To Reproduce
npx netlify-cms-proxy-server
gatsby develop
/admin
.Expected behavior
Expect to be able to edit pages.
Screenshots
Applicable Versions:
CMS configuration
Additional context
POST http://localhost:8081/api/v1
request:
{"branch":"master","action":"getMedia","params":{"branch":"master","mediaFolder":"static/media"}}
response:
{"error":"Unknown error"}
The text was updated successfully, but these errors were encountered: