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

https with custom domain and -o flag fails to open custom domain #15283

Closed
chrisnoden opened this issue Oct 27, 2022 · 2 comments
Closed

https with custom domain and -o flag fails to open custom domain #15283

chrisnoden opened this issue Oct 27, 2022 · 2 comments

Comments

@chrisnoden
Copy link

Environment

  • Operating System: Darwin
  • Node Version: v16.17.0
  • Nuxt Version: 3.0.0-rc.12
  • Nitro Version: 0.6.0
  • Package Manager: yarn@1.22.19
  • Builder: vite
  • User Config: build, buildModules, css, googleFonts, hooks, modules, nitro, runtimeConfig
  • Runtime Modules: @storyblok/nuxt@4.4.2, @pinia/nuxt@0.4.3
  • Build Modules: @nuxtjs/tailwindcss@5.3.5, @nuxtjs/google-fonts@1.3.0

Reproduction

yarn nuxi dev playground --host nuxt.fbi.com --https -o

The browser opens to localhost and not the provided host.

Introduced in nuxt/framework#7680

Describe the bug

Using a custom host with hmr and the -o flag to open in browser does not open the custom host URL.

Additional context

#7680

Logs

No response

@danielroe
Copy link
Member

This was resolved upstream in unjs/listhen#40 and at last will be fixed in the edge channel when nuxt/framework#8616 merges.

@danielroe
Copy link
Member

resolved in nuxt/framework#8616

@danielroe danielroe added the 3.x label Jan 19, 2023
@danielroe danielroe transferred this issue from nuxt/framework Jan 19, 2023
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