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

[Bug]: Storybook telemetry is not disabled #29408

Open
root-io opened this issue Oct 19, 2024 · 3 comments
Open

[Bug]: Storybook telemetry is not disabled #29408

root-io opened this issue Oct 19, 2024 · 3 comments

Comments

@root-io
Copy link

root-io commented Oct 19, 2024

Describe the bug

I have:

  core: {
    disableTelemetry: true,
  },

and

STORYBOOK_DISABLE_TELEMETRY=1 storybook dev -p 6006

So why Storybook is trying to connect to:

apex-loadbalancer.netlify.app TCP 443 52.58.254.253 ec2-52-58-254-253.eu-central-1.compute.amazonaws.com

Reproduction link

.

Reproduction steps

No response

System

.

Additional context

No response

@root-io root-io changed the title [Bug]: . [Bug]: Storybook telemetry is not disabled Oct 19, 2024
@shilman
Copy link
Member

shilman commented Oct 20, 2024

storybook dev also does an update check to let you know when there are new versions available. You can disable it with the --no-version-updates flag. Please let me know if that doesn't fix your problem!

https://storybook.js.org/docs/api/cli-options#dev

@root-io
Copy link
Author

root-io commented Oct 20, 2024

Thanks @shilman, unfortunately running STORYBOOK_DISABLE_TELEMETRY=1 storybook dev --no-version-updates -p 6006 does not solve it.

@shilman shilman reopened this Oct 20, 2024
@shilman
Copy link
Member

shilman commented Oct 20, 2024

Thanks for trying that out @root-io. I'll look into it this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants