gatsby-source-shopify not pulling all products after updating to [email protected] #29557
Unanswered
unimprobable
asked this question in
Help
Replies: 1 comment
-
As a follow up, gatsby develop exits with this error after a few mins: ERROR socket hang up RequestError: socket hang up
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am having a problem with gatsby-source-shopify. I had updated gatsby from 2.26.0 to latest recently, and a bunch of problems came with that. I walked the project back and started updating one version at a time, and 2.28.0 seems to be the starting point of a problem.
Error:
ERROR #11321 PLUGIN
"gatsby-source-shopify" threw an error while running the sourceNodes lifecycle:
failed to process https://cdn.shopify.com/s/files/.../fileXXX.png
RequestError: connect ETIMEDOUT ip.address.redacted:443
System:
OS: Windows 10 10.0.19041
CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz
Binaries:
Node: 12.20.2 - C:\Program Files\nodejs\node.EXE
npm: 6.14.11 - C:\Program Files\nodejs\npm.CMD
Languages:
Python: 3.9.1
Browsers:
Chrome: 88.0.4324.150
Edge: Spartan (44.19041.423.0), Chromium (88.0.705.68)
npmPackages:
gatsby: ^2.28.0 => 2.28.0
gatsby-image: ^2.4.21 => 2.4.21
gatsby-plugin-manifest: ^2.5.2 => 2.5.2
gatsby-plugin-offline: ^3.3.2 => 3.3.2
gatsby-plugin-react-helmet: ^3.3.14 => 3.3.14
gatsby-plugin-sass: ^2.4.2 => 2.4.2
gatsby-plugin-sharp: ^2.7.1 => 2.7.1
gatsby-source-filesystem: ^2.4.1 => 2.4.1
gatsby-source-shopify: ^3.6.0 => 3.6.0
gatsby-transformer-json: ^2.5.0 => 2.5.0
gatsby-transformer-sharp: ^2.5.21 => 2.5.21
npmGlobalPackages:
gatsby-cli: 2.19.1
The gatsby develop continues to run, but the site is missing products.
Any insights? This is on a development store with around 400 products. Production will have about 4,200 products.
Beta Was this translation helpful? Give feedback.
All reactions