-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
After entering the Netlify site URL I was able to "log in" but now my local netlify commits to the github repo and not the local git. My Backend Config: backend: And I have the proxy is running: |
Beta Was this translation helpful? Give feedback.
-
accidentally closed it any help is aprecciated ... |
Beta Was this translation helpful? Give feedback.
-
And this is my CMS Page using Hugo: ` <title>Content Manager</title> <script src="https://unpkg.com/@staticcms/app@^3.4.5/dist/static-cms-app.js"></script> <script> window.CMS.init(); </script> `As you see I incommented the Netflify widget. I did that as well in the header for the rest of my pages. But still the same result |
Beta Was this translation helpful? Give feedback.
-
You need the proxy server to use local backend, take a look at https://www.staticcms.org/docs/local-backend |
Beta Was this translation helpful? Give feedback.
-
Created an issue: #989 (comment) and will update this discussion accordingly. |
Beta Was this translation helpful? Give feedback.
-
@mnordhaus I think local_backend: true should be top level, not inside |
Beta Was this translation helpful? Give feedback.
@denyskon That made my local development work. I also opened a pull request for an improvement of the documentation. I personally have overseen the indentation. I assume this little tweak might help:
#993 (comment)
Thanks @denyskon