-
Notifications
You must be signed in to change notification settings - Fork 300
Description
Tried the commands after configuring environment variables.
yarn build
yarn dev
Both of them led me to the same errors as following:
`Error: timeout of 30000ms exceeded
-
createError.js:16 createError
[gatsby-woocommerce-themes]/[axios]/lib/core/createError.js:16:15 -
http.js:256 ClientRequest.handleRequestTimeout
[gatsby-woocommerce-themes]/[axios]/lib/adapters/http.js:256:16 -
timers.js:531 listOnTimeout
internal/timers.js:531:17 -
timers.js:475 processTimers
internal/timers.js:475:7
⠇ source and transform nodes
⠇ gatsby-source-wordpress fetching nodes — 0 total
⠇ gatsby-source-wordpress Category
⠇ gatsby-source-wordpress Comment
⠧ gatsby-source-wordpress ContentType
⠧ gatsby-source-wordpress Coupon
⠧ gatsby-source-wordpress Customer
⠧ gatsby-source-wordpress MenuItem
⠧ gatsby-source-wordpress Menu
⠧ gatsby-source-wordpress Order
⠧ gatsby-source-wordpress Page
⠧ gatsby-source-wordpress PostFormat
⠧ gatsby-source-wordpress Post
ERROR
gatsby-source-wordpress It took too long for http://mysite.com/graphql to respond (longer than 30 seconds).
`
How can I solve this?