Skip to content
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

Revert "fix: update throttle" #873

Closed
wants to merge 1 commit into from

Conversation

johannes-lindgren
Copy link

@johannes-lindgren johannes-lindgren commented Nov 22, 2024

Reverts #869

Causes https://storyblok.atlassian.net/browse/SHAPE-7690

Multiple clients reports that the CLI is suddenly failing.

The following commands fail

  • pull-components
  • push-components
  • sync

When running locally
After I deleted node_modules, I could not run the script anymoreI then discovered that the entry file has dependencies: npm: storyblok

I pinned the versions of the dependencies, and now it's working locally again.

When I go from [email protected] to [email protected] (latest), I reproduce the error

The cli does not bundle the dependencies into dist, but declares them in package.json and imports them. Since the versions in dependencies are not pinned, users can get different results depending on how their package manager resolves the dependencies

Copy link

Fix the throttled issue

@johannes-lindgren
Copy link
Author

Opened this instead: #874 (review)

@edodusi edodusi deleted the revert-869-fix/PRO-803-throttle-fix branch November 25, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant