You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the current behavior is a bug, please provide the steps to reproduce.
One Click Deploy via deploy to netlify button
Update netlify environment variables
Deploy fails with:
3:45:28 PM: error #85907 GRAPHQL
3:45:28 PM: There was an error in your GraphQL query:
3:45:28 PM: - Unknown field 'images' on type '[BigCommerceProducts!]!'. Source: document ProductPage file: GraphQL request
3:45:28 PM: File: src/templates/product-details.js
I am getting a very similar error just with a different field
- Unknown field 'option_values' on type '[BigCommerceProductsVariants]'. Source: document `ProductPage` file: `GraphQL request`
File: src\templates\product-details.js
Removing that node from the graphql queries on product-details.js and product-page.js allowed the build to complete successfully.
Bug report
What is the current behavior?
Build Fails
If the current behavior is a bug, please provide the steps to reproduce.
3:45:28 PM: error #85907 GRAPHQL
3:45:28 PM: There was an error in your GraphQL query:
3:45:28 PM: - Unknown field 'images' on type '[BigCommerceProducts!]!'. Source: document
ProductPage
file:GraphQL request
3:45:28 PM: File: src/templates/product-details.js
What is the expected behavior?
Deploy should complete successfully
Other relevant information:
Node.js version:
NPM/Yarn version:
Operating System:
Additional tools:
The text was updated successfully, but these errors were encountered: