Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
15 views

React- vite deploying to netlify

I just purchased and made some examples for myself. I want to deploy it to Netlify. I have created an account, installed netlify-cli, ran npm run build, and deployed. However, nothing shows up on the ...
gamerdev's user avatar
0 votes
0 answers
59 views

RegEx assistance for CMS custom widget

Lemme just get this out in the open, my RegEx knowledge is dire, when I need it, I tend to find solutions through Google, test them in a helper and hope for the best. So, I have a site that uses a ...
Daz Lee's user avatar
  • 174
0 votes
1 answer
231 views

Why a can't deploy my Astro + React project on Netlify when i use NetlifyCMS?

I try to deploy my website (Astro + React + Netlify CMS + Tailwind) https://github.com/bernaul/baptiste-clisson Since i add React on this commit, my deployment fail : https://github.com/bernaul/...
Antoine Gervais's user avatar
1 vote
0 answers
152 views

NetlifyCMS - How to get a relation item's data within a custom editor component preview?

I'm building a custom "rich link" editor component composed of a single relation widget and displaying the selected item's title, thumbnail, and excerpt: CMS.registerEditorComponent({ ...
qbeauperin's user avatar
0 votes
1 answer
289 views

I wanted to remove the GitHub login while accessing Netlify CMS for my gatsby blog but still getting login with GitHub button

I want to remove the Login with Gatsby option, I don't know why I'm getting it. I want to use the Invite only Registration option which I've enabled. here's the blog linkenter link description here I ...
Pavan Sargar's user avatar
0 votes
1 answer
186 views

Can you use Netlify CMS with a pure react app?

I have a React application deployed on Amplify (which I am happy to port over to Netlify), and I want to put Netlify CMS on it to make managing content easier. It seems that everywhere I look, I see ...
stellenberger's user avatar
-1 votes
1 answer
563 views

How to create custom netlifyCMS widget that can handle a query?

So I want to have a select widget where the options are based on some dynamic data that I have to query for. However, it seems that custom widgets break when importing useStaticQuery. The below gives ...
yankeedoodle's user avatar
0 votes
1 answer
373 views

React: add HTML from generic file path at server-side build time

The use case I'm trying to fulfill: Admin adds SVG along with new content in CMS, specifying in the CMS which svg goes with which content CMS commits change to git (Netlify CMS) Static site builds ...
Rafael Emshoff's user avatar
2 votes
0 answers
347 views

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 ...
Keshawn Sharper's user avatar
1 vote
0 answers
57 views

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 ...
Rostyslav Shyian's user avatar
0 votes
2 answers
829 views

Gatsby Image with Netlify CMSField "thumbnail" must not have a selection since type "String" has no subfields

since today I am facing a problem and I don't know how I can solve it. I am kind of new in terms of React and Gatsby. What happened, currently I am working on a Website that runs with a Netlify CMS. ...
M-WRI's user avatar
  • 170
2 votes
1 answer
221 views

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" ...
krichey15's user avatar
  • 641
1 vote
0 answers
161 views

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 ...
Joshua Goossen's user avatar
2 votes
1 answer
717 views

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 ...
WriterState's user avatar

15 30 50 per page