Implementation called rest on gatsby – SEO
I have a question on the code below I have to make a rest call to a router with gatbsy.js to do it I use the code below to click on the form I make the call to the backend…
I have a question on the code below I have to make a rest call to a router with gatbsy.js to do it I use the code below to click on the form I make the call to the backend…
Hello I am interested in adding the following JSON-LD structured data to my Gatsby Site. I have tagged React in this as the response in Gatsby is typically very low. What I would like to do is follow along the…
I’m very new to Gatsby (started with it yesterday) and have run into a problem. The app works perfectly in develop, but when trying to build I get this error: failed Building static HTML for pages - 1.092s ERROR #95313…
Every time I display the cart items I want to update the total price and count of the items using the useState function inside the render method. But, immediately after the UI is rendered I get a react error mentioned…
I saw a few similar questions, but about parent/child elements, i have that kind of node tree: IndexPage -> Modals -> ClientDetails(it's modal component) -> Header I want to call ClientDetails.openModal inside Header, tried many ways like creating refs for…
I am following this tutorial https://dev.to/char_bone/using-netlify-lambda-functions-to-send-emails-from-a-gatsbyjs-site-3pnb I have everything set up but I get the following error in my terminal. I am able to get the hello world app working for the lambda function from here https://www.gatsbyjs.org/blog/2018-12-17-turning-the-static-dynamic/ which is a…
I have imported useStats into my index page but when I use it it breaks gatsby/react and I get this error: Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could…
I just finished working on an app using GatsbyJS. I'm hosting my web application on heroku. I have a custom domain reversed through heroku with SSL support. Now I'm able to visit the following domains: http://myapp.com https://myapp.com http://www.myapp.com https://www.myapp.com Normally…
I have array data in frontmatter: tools: - name: Hammer text: Use a wooden hammer - name: Glue text: PVA glue works best for this application - name: Paint text: Choose your favourite colour Which I can map over in…
I'm trying to query all images in a folder and display them in a card grid with tailwindCSS and gatsby-image. I've been able to query and display one image, but when I try to do it with a folder of…