Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(nuxi, vite): ipv6 support for nuxi dev #7560

Merged
merged 3 commits into from Sep 15, 2022
Merged

fix(nuxi, vite): ipv6 support for nuxi dev #7560

merged 3 commits into from Sep 15, 2022

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Sep 15, 2022

πŸ”— Linked issue

resolves nuxt/nuxt#14826

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Add support for IPv6. Previously generated URLs were broken.

Listhen fix: unjs/listhen@eb9f5ef)

This PR adds new server.url which is directly formatted from listhen for vite-node.

HOST=::1 yarn nuxt dev playground

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify
Copy link

netlify bot commented Sep 15, 2022

βœ… Deploy Preview for nuxt3-docs canceled.

Name Link
πŸ”¨ Latest commit 6e285f4
πŸ” Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/632333348b37750008f47cb3

@pi0 pi0 marked this pull request as draft September 15, 2022 13:58
@pi0 pi0 changed the title fix(nuxi): ipv6 support for nuxi dev fix(nuxi, vite): ipv6 support for nuxi dev Sep 15, 2022
@pi0 pi0 marked this pull request as ready for review September 15, 2022 14:14
Copy link
Member

@danielroe danielroe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work.

@pi0 pi0 merged commit 43b9bca into main Sep 15, 2022
@pi0 pi0 deleted the fix/ipv6 branch September 15, 2022 16:10
@pi0 pi0 mentioned this pull request Sep 15, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ipv6 host is not supported for nuxi dev
2 participants