Questions tagged [gatsby-cloud]

29 questions
3
votes
0 answers

Gatsby Cloud Build Failing with "Out of Memory" Error

I'm running into an "Out of Memory" issue during my Gatsby Cloud builds for my site. It will stop running on the "Rewriting Compilation Hashes" step after building the JavaScript bundles. This all started to happen after I uploaded a 70mb .mp4 video…
2
votes
1 answer

how to use incremental build in Gatsby feature without Gatsby cloud

I am using Gatsby version "2.32.13" in my website and now I want to use Gatsby Incremental Build feature for my website but as my website is hosted on vercel I do not want to go for Gatsby Cloud. So what are the ways to implement this Gatsby…
2
votes
1 answer

Gatsby Cloud - Build Failing with: WebpackError: /usr/src/app/www/public/render-page.js:4464

I've run into an issue with a build on Gatsby Cloud that's got me stumped, and for which I can't find any information online! I have a site build that works fine locally (i.e. on my laptop), however when run on Gatsby Cloud consistently results in…
1
vote
1 answer

Cant seem to target the correct build in Gatsby Cloud

I recently set up a Gatsby Cloud account for my Gatsby app. I currently have a github workflow that deploys the prod build to AWS, I want to move away from AWS and use G.C. I have a prod backend and a staging backend, both Wordpress. My goal…
1
vote
0 answers

Gatsby Content Sync points to wrong page

I am using Gatsby with Strapi and all the previews are triggered by @strapi/plugin-gatsby-preview In one of the collection types I have a small problem, the preview button when I click it - opens up a wrong page. It points to one of the programmes…
Marko
  • 302
  • 3
  • 15
1
vote
0 answers

Gatsby redirects

External sources beyond my control link to pages like: somedomain.com/Some-Path which results in a 404 because the path is case sensitive. I'm getting a "too many redirects" error in production (it works fine local) when using the following: const…
good3n
  • 11
  • 5
1
vote
1 answer

Gatsby Cloud rebuild all the sites when I update only one site

I'm using Yarn workspace for my Gatsby project. I created a Gatsby theme called "milan-site-theme" it lives in the root directory. I also created 4 sites that use the "milan-site-theme" as a dependency. Those 4 sites live in the packages…
1
vote
2 answers

How to install plugins in gatsby cloud?

I'm following the gatsby tutorial here: https://www.gatsbyjs.com/docs/tutorial/ And it works great, except the plugins work fine in my local dev environment and not in the gatbsy cloud. Do I have to do something special to install plugins in gatsby…
Gretski
  • 461
  • 4
  • 7
0
votes
0 answers

Gatsby & _headers.json - Is it possible to target wild card target *.ext files?

I would like to add custom headers on specific file extensions when using Gatsby on Gatsby Hosting. I am trying out the gatsby-plugin-gatsby-cloud plugin, which generates a _headers.json file that Gatsby Hosting uses. As a test, I did the following…
corgrath
  • 11,673
  • 15
  • 68
  • 99
0
votes
0 answers

Redirect gatsby cloud custom domain to another custom domain

My website is build with Gatsby, hosted on Gatsby Cloud. I have redirected my gatsby build example.gatsbyjs.io to my domain example.net, no problem. Now, I have another domain: example.com and would like it to also redirect to example.net. (at the…
Hamilton S
  • 23
  • 1
  • 7
0
votes
0 answers

gatsby-source-wordpress wpgraphql allWpCategory count not updating when I start assigning post

I hope everyone see this and have the same issue. I'm using headless approach with gatsbyjs, my problem is the count, IT'S not updating when I start assigning post in the categories. It's still showing null, even though there is a post in the…
zarnel
  • 1
0
votes
0 answers

Gatsbyjs build process get build id in onPrebootstrap event

If you are aware of Gatsby it has a detailed build process i.e. https://www.gatsbyjs.com/docs/conceptual/overview-of-the-gatsby-build-process/#what-happens-when-you-run-gatsby-build We have a custom requirement to build a custom react component to…
0
votes
0 answers

Gatsby cloud functions give 404

everyone, I have a strange issue with Gatsby cloud and gatsby functions. For a client of mine we run a lot of websites(around 40) on Gatsby cloud. Some of them use Gatsby functions for some integrations. The website's codebase is similar and for…
gprusiiski
  • 430
  • 4
  • 18
0
votes
0 answers

Why does a Gatsby Cloud build triggered by my airtable webhook refresh my index page of listings correctly, but fails to generate new pages?

I am having a strange issue where I am not seeing Gatsby Cloud generate pages on a cloud build, only when I manually trigger a full build. In particular, I have an events calendar backed by Airtable. I use gatsby-source-airtable to pull those events…
John Duda
  • 1
  • 1
0
votes
1 answer

Gatsby build failed

I am trying to deploy the code on gatsby. however, I am getting this error continuously. can someone tell me why it's getting failed. Gatsby documentation is not really clear about the errors and solving troubleshoot problems. I have tried re-build…
1
2