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

host option does not work #610

Closed
blowsie opened this issue May 29, 2024 · 0 comments · Fixed by #592
Closed

host option does not work #610

blowsie opened this issue May 29, 2024 · 0 comments · Fixed by #592
Labels
type: bug Something isn't working

Comments

@blowsie
Copy link
Contributor

blowsie commented May 29, 2024

  storybook: {
    // Options
    host: 'https://dev',
    port: 3010,
  },

Here you can see the host + port being logged out by the module, but then later storybook confirms its loading on another host / port

  ➜ Storybook: https://dev:3010/ 
╭─────────────────────────────────────────────────────────────────────╮
│                                                                     │
│   Storybook 8.0.8 for @storybook-vue/nuxt started                   │
│   1.47 s for manager and 23 s for preview                           │
│                                                                     │
│   Local:            http://localhost:3010/                          │
│   On your network:  http://10.33.1.244:3010/                        │
│                                                                     │
│   A new version (8.1.4) is available!                               │
│                                                                     │
│   Upgrade now: npx storybook@latest upgrade                         │
│                                                                     │
│   Read full changelog:                                              │
│   https://github.com/storybookjs/storybook/blob/main/CHANGELOG.md   │
│                                                                     │
╰─────────────────────────────────────────────────────────────────────╯

refs #609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants