-
Notifications
You must be signed in to change notification settings - Fork 43
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
Parsing URLs with IPv6 host #12
Comments
Appears to be a bug. Line 167 of url/Url.elm indexes the first |
i am using alertmanager in a pure ipv6 environment. and got the same exact issue. if i use a domain name instead of ipv6 address, it works. |
I also ran into this problem. PR: #35 |
we are having this issue as well |
@evancz Can you please look at the fix provided by @AlexanderEkdahl and if all is fine merge the fix? We have been waiting for this for long time. |
We are also facing issue, If changes provided by @AlexanderEkdahl is fine then can it be merged? |
Could you please update on this ticket |
Could you pls comment on this |
I tried to use URLs with IPv6 host for a Browser.application and the navigation didn't work. The log message in the console directed me to this page: https://github.com/elm/core/blob/1.0.0/hints/1.md . When tried the same with IPv4 or a domain name, then it worked.
The URLs that I tried:
Is this a bug or just the feature is not supported currently?
The text was updated successfully, but these errors were encountered: