Ask questions about the Netlify CMS open source project. netlifycms.org
Questions tagged [netlify-cms]
277 questions
2
votes
0 answers
Netlify CMS: Is there a way to change default sorting of fields?
Quick question, is there an option to change default sorting in Netlify CMS? I did not add any new sortingFields (just default ones). Just need to sort articles by default by date, instead on load it always sorts alphabetically
I looked through…

Fill
- 377
- 2
- 15
2
votes
0 answers
How do I update Netlify identity user's app metadata?
I am using gotrue-js in react to signup and login users to my netlify identity. I am getting an error called "data":{"code":401,"msg":"Invalid token: signature is invalid"}". I am running this locally (on localhost:8888) and using netlify cli to run…

Keshawn Sharper
- 21
- 1
2
votes
1 answer
Add custom Netlify CMS widget to Gatsby starter Yellowcake
I am working with the Gatsby starter 'YellowCake' which is has Netlify CMS as part of it.
I am trying to add another custom widget to the starters Contact Page. I would like to add "Fax" under "Phone". I have added it to the config.yml file and…

krichey15
- 591
- 6
- 14
2
votes
1 answer
Gatsby and Netlify CMS Image Widget: Is it possible to use an image or a url string?
I'm using Gatsby and Netlify CMS for an image upload. I'm using the image widget and when I upload an image to the media library, my Gatsby site works fine. However, if I change the image to a URL string of an existing image, my Gatsby page query…

WriterState
- 359
- 3
- 18
2
votes
0 answers
Serve static image using netlify?
I am currently using express and I want to host my website with netlify but the problem is I don't know how to serve static images with netlify. While normally running the app not using netlify everything works. Is there a way to serve static images…

Dusan
- 105
- 7
2
votes
1 answer
How to create a single Gatsby Page to show and filter all blog posts by tag/category
Hello i'm building a blog using Gatsby and Netlify CMS. I started off from the gatsby-starter-netlify-cms template.
I have the /blog page where i currently display all posts and also a list of all the tags.
When user clicks on a tag, it is currently…

lemurweb
- 45
- 7
2
votes
1 answer
Bitbucket with Netlify CMS editorial Workflow
I have a web app that is built in Gatsby and Netlify CMS with Bitbucket. Been looking for a way to implement editorial workflow in Netlify CMS. But seems that I cant make it work. Here's my code in my config.yml
backend:
name: bitbucket
repo:…

Chadric Gotis
- 117
- 1
- 13
2
votes
1 answer
Netlify Deploy: 12:43:01 AM: Build failed due to a user error: Build script returned non-zero exit code: 2
I am trying to deploy changes for a gatsby website to netlify, I have merged in some changes and the website runs locally with the changes, but when I try and deploy this, I'm getting this error:
12:43:01 AM: Build failed due to a user error: Build…

Ropenfold
- 189
- 1
- 4
- 16
2
votes
1 answer
How can I use a ternary operator for Graphql frontmatter?
I have my gatsby site using netlifyCMS. I have one of the image fields optional, but of course it fails with 'childImageSharp is null' error because I've specified it and it's looking for it.
here is my file before I tried a ternary:
import React…

Austinmdem
- 109
- 1
- 6
2
votes
1 answer
How do I fix "TypeError: childImageSharp is undefined" on NetlifyCMS build?
I'm setting up a simple blog page on an existing gatsby site, I want the person using netlify cms to be able to upload a thumbnail image for the blog post. I've managed to do so and locate it using graphigl
Now I would like to set it to my blog…

Austinmdem
- 109
- 1
- 6
2
votes
1 answer
gatsby-plugin-mdx unable to resolve images from frontmatter and body at the same time
The repo I am having trouble with is https://github.com/agenciaglobal/web
this is my gatsby-config.js. at least the concerning part.
{
resolve: `gatsby-source-filesystem`,
options: { path: `${__dirname}/content`, name: `content` },
…

CESCO
- 7,305
- 8
- 51
- 83
2
votes
0 answers
How is the push notification going to work with Gatsby + Netlify + Netlify lambda function
After followed the tutorial from Google about Push Notification, I added Push Notification capacity to my Gatsby + Netlify powered PWA website.
it works, but with a bug.
Step 1
From the client side, it subscribes to get service worker…

Franva
- 6,565
- 23
- 79
- 144
2
votes
1 answer
How to config Netlify CMS to store blogs under a different folder rather than directly under project root
I am using Netlify + Netlify CMS + Gatsby to do my Blog.
I start seeing more and more reduxcacheXXXXX folders appearing in project root folder.
If I don't need them, how could I remove them and prevent these folder from happening again?

Franva
- 6,565
- 23
- 79
- 144
2
votes
1 answer
Build fail due to error in my GraphQL query
Field "category" is not defined by type MarkdownRemarkFrontmatterFilterInput. What does that mean, please advise.
I am using Netlify CMS as Content Manager with Gatsbyjs frontend. I am using this starter template…

Emma Expat
- 87
- 7
2
votes
0 answers
Webpack site not displaying my dynamically added images on Netlify, but does so on dev-server
so I this is the first project I will be using Webpack for, I have scaled through this far by troubleshooting and copying codes in the docs
In the hero section of my project, the images were dynamically added (via javascript).
Here is the code
//…

saas_joel
- 320
- 3
- 11