gatsbyjs / gatsby-starter-shopify

A Gatsby starter using the latest Shopify plugin showcasing a store with product overview, individual product pages, and a cart
https://shopify-demo.gatsbyjs.com/
BSD Zero Clause License
311 stars 137 forks source link

All products page only shows one product - develop warning #58

Open sebastzr opened 2 years ago

sebastzr commented 2 years ago

On gatsby develop:

warn The GraphQL query in the non-page component "/path/products/index.jsx" will not be run. Exported queries are only executed for Page components. It's
possible you're trying to create pages in your gatsby-node.js and that's failing for some reason.

In the all products page only shows one product, but in the categories pages is working fine.