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

Fix IPv6 Error on Win10 machine with trunk serve #311

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

will-hart
Copy link
Contributor

With a brand new app and this template, I got an error running trunk serve. This seems to be due to the use of an IPv6 address which my version of Win10 doesn't seem to support.

ERROR error opening browser error=Custom { kind: Other, error: "Launcher "cmd" "/c" "start" "" "http://::1:8080/\" failed with ExitStatus(ExitStatus(1))" }

Adding the IPv4 address first in the Trunk.toml fixed this.

I'm not sure what impact this would have on other platforms?

@will-hart
Copy link
Contributor Author

Its possible as well this is fixed in a later version of trunk? trunk-rs/trunk#824

@janhohenheim
Copy link
Member

Sounds good. We will swap Trunk anyways for bevy run web by @TimJentzsch, but fixing this until then is good

@janhohenheim janhohenheim merged commit 61283df into TheBevyFlock:main Sep 24, 2024
4 checks passed
@will-hart will-hart deleted the will-hart-patch-1 branch September 24, 2024 13:07
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.

2 participants