moltin / gatsby-source-moltin

🚀 Gatsby source plugin for building Elastic Path Commerce Cloud powered eCommerce websites
https://www.gatsbyjs.org/packages/@moltin/gatsby-source-moltin
MIT License
21 stars 4 forks source link

PLUGIN error with latest version #55

Open domtaylor opened 4 years ago

domtaylor commented 4 years ago

Only changes I've made is updating plugin from 1.8.0 to 1.9.1 and adding product variations typeDefs to gatsby-node.js

"@moltin/gatsby-source-moltin" threw an error while running the sourceNodes lifecycle:

request to https://api.moltin.com/oauth/access_token failed, reason: connect ETIMEDOUT 151.101.62.217:443

domtaylor commented 4 years ago

further info: not finished source and transform nodes - 34.646s

ERROR

The above error occurred in the component: in CLI (created by ConnectedCLI) in ConnectedCLI in StoreStateProvider in App

React will try to recreate this component tree from scratch using the error boundary you provided, App.

ERROR

Might be a new conflict with gatsby-cli not had this happening before though

domtaylor commented 4 years ago

Update: not a conflict with gatsby-cli, just removed and get same error.