Questions tagged [netlify-cms]

Ask questions about the Netlify CMS open source project. netlifycms.org

277 questions
1
vote
2 answers

How come Netlify CMS on localhost is not working?

I’m from Taiwan and not good at English, but I’ll try my best to explain my question. I use Netlify CMS to build my Hugo website. Everything runs well, but when I want to change and check if the CMS’s configuration and style is okay, I always need…
YU CHIN WU
  • 11
  • 2
1
vote
0 answers

cannot load the information from netlify-cms

I have a sveltekit app with netlify-cms added to it. I have followed this tutorial on sapper. https://dev.to/avcohen/svelte-sapper-netlify-cms-3mn8 I have the ability to input information through the website. But I do not have the ability to see the…
Alexander Hemming
  • 753
  • 1
  • 6
  • 28
1
vote
0 answers

what should i do to fix this upstream dependency issue with sveltekit and netify-cms

I have installed sveltekit and deployed the sveltekit template to netify. I want to link it to netify-cms and then do some actually website building but it caused this error when trying to download the npm…
Alexander Hemming
  • 753
  • 1
  • 6
  • 28
1
vote
0 answers

Netlify cms change github name

I have a project on netlify-cms. There are configured all the fields for entering content, and this content in the netlify-cms is visible, and with the help of graphQl I make a pull request but as soon as I change the user of the guthub in yaml…
1
vote
1 answer

Netlify CMS custom preview problem dangerouslySetInnerHTML={{ __html: widgetFor('body') }} shows [object Object] in /admin preview

i have problem with this component: import CMS from 'netlify-cms-app' import React from 'react' import Article from './preview-templates/Article' const ArticlePreview = ({ entry, widgetFor }) => { console.log(widgetFor('body'), 'body!!!!'); …
Zbakus
  • 11
  • 1
1
vote
1 answer

Admin widgets rtl support

is it possible to change the css of an existing widget so it will support rtl? I was thinking of creating a custom widget from the existing widget and just change the css but couldn’t find the widget code.
1
vote
1 answer

git push --set-upstream origin master Not Authenticating With Correct Github Credentials

I am trying to follow this tutorial to learn Netlify CMS (https://youtu.be/w_QbyxeQrkk?t=838) and when I am prompted to add my Github username and password and do it correctly it doesn't work. Even though I know for a fact what I typed is…
nickhiebertdev
  • 525
  • 1
  • 6
  • 21
1
vote
0 answers

How to display markdown body wit Netlify CMS and Gridsome

My .md content file created by Netlify CMS looks like this: title: How to make dough part 1 subtitle: Measuring and Mixing featured_image: /uploads/dough.png excerpt: >- We will be getting through a lot of dough for this event. We need each…
jdh961502
  • 155
  • 1
  • 11
1
vote
0 answers

Element ref was specified as a string (wrappedInstance) but no owner was set. Connecting to Redux store in Netlify CMS custom widget

I am trying to create a custom widget for Netlify CMS that connects to the redux store to be updated when a file widget has a new path. My widget will then determine the size of the file to set it's own value. So far, I have simply cloned the…
Joshua Goossen
  • 1,714
  • 1
  • 17
  • 36
1
vote
1 answer

`gatsby build` works locally, but not on netlify CMS

i'm deploying a prototype to netlify cms to experiment with the blog/markdown functionality that netlify cms offers. however, my build has failed (despite gatsby build working locally). i've seen that exit code 127 is quite a common error, but i've…
cookiestarninja
  • 211
  • 4
  • 10
1
vote
0 answers

Can I render markup in frontmatter fields in nuxt content?

I'm using Netlify CMS with Nuxt content. It seems that Netlify CMS will only allow edits to the frontmatter fields and not to the body of the markdown file. Even though I can set the frontmatter field type to markdown in the netlify CMS config file,…
codycustard
  • 448
  • 1
  • 4
  • 10
1
vote
1 answer

Vuepress - Netlify CMS - Error loading the CMS configuration

I'm make a Vuepress Blog and I would add to Netlify CMS in the backend. The steps to implement Netlify CMS into Vuepress: Create this path /blog/.vuepress/public/admin Create a index.html into the path with this code: In the same path create the…
ruzD
  • 555
  • 1
  • 15
  • 29
1
vote
1 answer

Images not showing on NetlifyCMS and GatsbyJS

I can't get images to work on my blog which is using NetlifyCMS and GatsbyJS I'm not sure what I'm doing wrong. Here is my config for NetlifyCMS backend: name: git-gateway branch: master publish_mode: editorial_workflow …
Almog
  • 2,639
  • 6
  • 30
  • 59
1
vote
0 answers

Netlify CMS - Uploadcare - Missing External Media Library

My website deploys correctly but whenever I try to access my Netlify CMS admin panel I get this error: Error loading the CMS configuration Config Errors: Error: Missing external media library ‘uploadcare’. Please use ‘registerMediaLibrary’ to…
Scott Montford
  • 165
  • 1
  • 9
1
vote
1 answer

Netlify CMS and NextJS: Do I NEED to use Netlify to deploy, or can I use Vercel?

Right now I am hosting my NextJS application using Vercel, and am attempting to add a blog via Netlify CMS. It seems like all the documentation I find online points to having to use Netlify. Is there any reason not to use Netlify instead of Vercel?
drewkiimon
  • 591
  • 1
  • 9
  • 16