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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Hello I try to install de latest gatsby-source-shopify@latest to avoid the problem of installation with --legacy-peer-deps. Because if I install with --forceor --legacy Netlify cannot deploy my store and that's failed to the building phase.
But the other side of the problem, it's when I install [email protected] when I run my site that's don't work and the console return :
ERROR #gatsby-source-shopify_111000 PLUGIN
Your credentials don't have access to a resource you requested
Error: Operation gid://shopify/BulkOperation/2288678502575 failed with ACCESS_DENIED
- create-operations.ts:188 completedOperation
[cafe366]/[gatsby-source-shopify]/src/create-operations.ts:188:15
- task_queues:95 processTicksAndRejections
node:internal/process/task_queues:95:5
- source-from-operation.ts:62 sourceFromOperation
[cafe366]/[gatsby-source-shopify]/src/source-from-operation.ts:62:20
- source-nodes.ts:56 Object.sourceNodes
[cafe366]/[gatsby-source-shopify]/src/source-nodes.ts:56:5
- api-runner-node.js:487 runAPI
[cafe366]/[gatsby]/src/utils/api-runner-node.js:487:16
not finished source and transform nodes - 4.277s
not finished source shopify products - 4.183s
Btw - BulkOperation is a new permission (at least for me) which I had to enable via creating a new custom app, in the event that you used the old private apps.
Hello I try to install de latest
gatsby-source-shopify@latest
to avoid the problem of installation with--legacy-peer-deps
. Because if I install with--force
or--legacy
Netlify cannot deploy my store and that's failed to the building phase.But the other side of the problem, it's when I install
[email protected]
when I run my site that's don't work and the console return :but with
[email protected]
that work fine.the link of the project is here https://github.com/knupel/cafe366/tree/stan
I try to be clear, I hope I am !
The text was updated successfully, but these errors were encountered: