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
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
I am trying to migrate from NetlifyCMS to StaticJsCMS. I have not deployed my changes but just trying out things locally. It seems like I am unable to preview my media assets locally.
Attached the screenshot along with developer console. Seems like it's trying to read the file from the host but since this is localhost is't just not able to read it.
I am using https://unpkg.com/@staticcms/app@latest/dist/static-cms-app.js
The text was updated successfully, but these errors were encountered:
Weirdly enough if I use npx netlify-cms-proxy-server instead of npx @staticcms/proxy-server, preview from media tab still doesn't work (but with a different UI) but it works from the post
So something might be wrong with the local server?
I am trying to migrate from NetlifyCMS to StaticJsCMS. I have not deployed my changes but just trying out things locally. It seems like I am unable to preview my media assets locally.
Here's my repo that's already using NetlifyCMS https://github.com/SeraphRoy/SeraphRoy.github.io. All I changed is the admin/index.html to make it use StaticCMS.
Attached the screenshot along with developer console. Seems like it's trying to read the file from the host but since this is localhost is't just not able to read it.
I am using
https://unpkg.com/@staticcms/app@latest/dist/static-cms-app.js
The text was updated successfully, but these errors were encountered: