-
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
Error using new gatsby-starter-shopify
with gatsby-source-sanity
plugin.
#31549
Comments
Hey, thanks for the issue! This is an issue with the Sanity plugin: sanity-io/gatsby-source-sanity#122 |
hi @LekoArts I've got a similar but different issue:
is this related at all? I'm trying to upgrade to Gatsby 4, the latest vs of GSS, and also GS-wordpress. I've had a deep google and run through some source code... but I am completely stumped. |
@jonsherrard I'm getting the same build issue. I'm not using sanity, just the latest |
i am using gatsby-source-shopify with err 401, ERROR #gatsby-source-shopify_111002 . |
@sahandnayebaziz I managed to upgrade everything to latest version, but left Gatsby at v3 in the end. I removed all Then I saved package.json and removed Then I reinstalled each package |
Description
Hi folks.
I've just started rebuilding a Shopify site and I wanted to use the Shopify starter (
gatsby-starter-shopify
) as a starting point.The old site is also a Gatsby site, but it is using the old Shopify plugin, and using Sanity as the CMS for everything but product data.
I tried adding the
gatsby-source-sanity
plugin to start working with the data from the CMS, but unfortunately I'm unable to spin up a dev server.Steps to reproduce
I've put this in an example repo for easy reference here:
https://github.com/lukebennett88/gatsby-starter-shopify-with-sanity
I haven't done anything to
gatsby-starter-shopify
repo other than:gatsby-source-shopify
.env
fileSo it should be pretty easy to get the same error.
Expected result
I'd like to be able to use both the Shopify and the Sanity source plugin together.
Actual result
Here is the output after running
npm run start
:Environment
The text was updated successfully, but these errors were encountered: