Questions tagged [gatsby-cloud]
29 questions
0
votes
0 answers
Gatsby Cloud does not respect Preview Env variables
I recently configured Gatsby Cloud for my Gatsby app, the github integration and previews seemed very useful.
I was previously using circleci to do a production build and deploy to aws. I did not previously have a staging site where i deployed a…

COMMAND CENTER
- 23
- 5
0
votes
0 answers
Wordpress Previews When Using Gatsby and Gatsby Cloud
I am building a Gatsby site(hosted with Gatsby Cloud) and using Wordpress as the CMS(https://interiordetailsgatsbywpmain.gatsbyjs.io/). The issue I am having is with the previews in Wordpress. I have GatsbyJS plugin installed and populated with the…

ccrider
- 25
- 4
0
votes
0 answers
Gatsby Worpdress Preview Server Issue
We are using Gatsby framework and fetching content from WordPress. However, the Gatsby Cloud previews are not consistent and are sometimes redirecting to other pages. Is there any configuration we need to implement in WordPress to fix this issue? We…
0
votes
0 answers
Prevent Gatsby Cloud Build from triggering on server side changes
I have a monorepo and I notice that even if I don't change my client-side folder (just changing my rails app), Gatsby Cloud still does a build on github when I push. How can I have it so builds are only triggered by changes to certain…

Ben G
- 26,091
- 34
- 103
- 170
0
votes
0 answers
build failled on Netlify, but work on Gatsby Cloud
I have something weird happens with my build on Netlify.
I have two Gatsby sites in Node 18, Gatsby 5 just updated from Node 16 and Gatsby 4.
The both are deploying on Netlify and Gatsby Cloud. They both have a good deployment on Gatsby Cloud, but…

Knupel
- 323
- 2
- 14
0
votes
0 answers
`/bin/sh: 1: tsc: not found` in Gatsby Cloud
I get /bin/sh: 1: tsc: not found error on build in Gatsby Cloud.
How can I fix this to build successfully?
I believe the reason for this would be I am specifying a branch for a npm package.
The npm package doesn't provide features I need and I…

Masa
- 362
- 2
- 14
0
votes
0 answers
Gatsby Cloud --no-uglify
How can I run my Gatsby Cloud project with --no-uglify flag?
So I would like the build to run gatsby build --no-uglify, but I can't find a way to change the build command.

Marko
- 302
- 3
- 15
0
votes
0 answers
Gatsby Build fails on Gatsby Cloud after WordPress new post
Hello there I've setup a Gatsby Project and connected it to WordPress using the WebHook URL provided by Gatsby Cloud.
If I make a new post on WordPress a build is triggered but it fails with the following error:
18:32:46 PM:
success …

Arbnor
- 2,190
- 18
- 26
0
votes
1 answer
Gatsby Cloud environment variables not working in production
In a Gatsby project hosted in Gatsby Cloud I'm passing an API key as an environment variables, but unfortunately it's not available...
The code looks like this:
import React, { useEffect, useState } from 'react';
import Airtable from…

Rupert Hoffschmidt
- 31
- 3
0
votes
1 answer
Error when try to load plugin in Gatsby Cloud
I'm getting a strange error in Gatsby Cloud when I try to host the website.This happened since I added code syntax highlighting. The weird thing is it works perfectly when I run it locally on localhost, but it fails when I build it using Gatsby…
anon
0
votes
1 answer
Setting up domain registered on Route 53 AWS for Gatsby Cloud
Gatsby Cloud requires that domains have two custom A records, and one CNAME record.
However, AWS does not let me add CNAME records to a domain. I have done extensive research, but have found only dead-ends. Can I do anything to make this work or do…

Sebi S
- 63
- 7
0
votes
1 answer
Gatsby cloud CMS Previews are failing with: Error: listen EADDRINUSE: address already in use 127.0.0.1:8888
I've been trying to get my Gatsby Cloud CMS Previews to work for like over a week now with no success. I've upgraded Gatsby to latest V3 (13.14.5) and all it's dependencies. When running yarn upgrade-interactive it says success All of your…
-1
votes
1 answer
React Cookie Consent banner not popping up
Recently, I published my first website using the Gatsbyjs Framework (and using the GC): Site: https://www.humital.be/
However, since the founders want to use analytics and cookies, I came to the 'React-cookie-consent' package. When first installed,…

Kwinten
- 71
- 7
-2
votes
1 answer
Gatsby Cloud fails with npm install error: cannot run ssh: No such file or directory
I have been working on a gatsby website and just now wanted to host it. I have been trying to deploy the site on gatsby cloud but it keeps failing with the error:
00:27:41 AM:
Cloning into '/usr/src/app/www'...
00:28:05 AM:
npm ERR!
00:28:05…

Harsh Gupta
- 71
- 8