Closed keiraarts closed 1 month ago
Hi @keiraarts, this is related to an ongoing investigation. We will be posting updates to #4318.
Closing in favor of the existing issue, please follow the thread there.
Ah, wait, now I see this was a 429. Looks like we're throttling extension draft updates server-side, but not throttling effectively on the CLI side. So this is a CLI issue, not an API issue.
Reopening.
This should be fixed by #4260 but we'll keep the issue open until we've confirmed.
By the way, you can try out the fix already by using the nightly CLI.
Globally: npm install -g @shopify/cli@nightly
Locally in your app's package.json
: change the version reference of @shopify/cli
to nightly
and use your package manager to reinstall dependencies
Closing as this was fixed in the last version, if the issue persist please comment or open a new issue. thanks for reporting!!
Please confirm that you have:
In which of these areas are you experiencing a problem?
App, Extension, Function, Theme, Other
Expected behavior
Deploying a preview of my Shopify app should upload all of my extension points and start the development server.
Actual behavior
Uploading more than (50) customer accounts checkout points (ex: Shopify Flow templates, customer accounts extensions, checkout ui extensions, post purchase extensions etc) is throttled by the Shopify CLI an I can't upload them.
Verbose output
Reproduction steps
Operating System
Mac OS Monetery
Shopify CLI version (check your project's
package.json
if you're not sure)3.65.3
Shell
No response
Node version (run
node -v
if you're not sure)v18
What language and version are you using in your application?
Node, Typescript