-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby-source-shopify plugin isn't working #10711
Comments
Thank you for opening this @adamrasheed I just tried creating a new Shopify store and Gatsby site from the default starter. Adding the plugin and running both |
I tried running the |
Also having this issue gatsby-source-shopify/crunchyhomecreations starting to fetch data from Shopify gatsby-source-shopify/crunchyhomecreations fetched and processed blogs: 203.223ms gatsby-source-shopify/crunchyhomecreations fetched and processed articles: 229.023ms gatsby-source-shopify/crunchyhomecreations fetched and processed collections: 244.714ms Error: createNodeId must be a function, was undefined
success source and transform nodes — 0.603 s TypeError: Cannot read property 'internal' of undefined
error UNHANDLED REJECTION TypeError: Cannot read property 'internal' of undefined
|
@adamrasheed Please try using the new version 2.0.5 of |
That seemed to fix it! |
Description
Describe the issue that you're seeing.
I'm trying to get up and running with the gatsby-source-shopify plugin, but its giving me a couple of errors whenever I run
gatsby develop
I get the following in my terminal:
Steps to reproduce
This is on a fresh install of gatsby, so replicating would just be to install the gatsby starter, and install then, install the gatsby-source-shopify plugin, then add the following to the gatsby config file:
and then run ``
Actual result
What happened.
Environment
System:
OS: macOS 10.14
CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Shell: 5.3 - /bin/zsh
Binaries:
Node: 8.12.0 - ~/.nvm/versions/node/v8.12.0/bin/node
Yarn: 1.9.4 - ~/.nvm/versions/node/v8.12.0/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v8.12.0/bin/npm
Languages:
Python: 2.7.10 - /usr/bin/python
Browsers:
Chrome: 71.0.3578.98
Firefox: 63.0.3
Safari: 12.0
npmPackages:
gatsby: ^2.0.76 => 2.0.76
gatsby-image: ^2.0.20 => 2.0.25
gatsby-plugin-manifest: ^2.0.9 => 2.0.12
gatsby-plugin-offline: ^2.0.16 => 2.0.20
gatsby-plugin-react-helmet: ^3.0.2 => 3.0.5
gatsby-plugin-sharp: ^2.0.14 => 2.0.16
gatsby-source-filesystem: ^2.0.8 => 2.0.12
gatsby-source-shopify: ^2.0.3 => 2.0.3
gatsby-transformer-sharp: ^2.1.8 => 2.1.9
npmGlobalPackages:
gatsby-cli: 2.4.8
gatsby: 2.0.77
The text was updated successfully, but these errors were encountered: