kit-es2016 -> http://localhost//127.0.0.1:8080
See original GitHub issueI am currently looking into the Aurelia framework, and when I follow the instructions at http://aurelia.io/docs.html#/aurelia/framework/latest/doc/article/getting-started and do the http-server -o -c-1
, my Safari (9.1) opens a new tab on “http://localhost//127.0.0.1:8080”, which Safari fails to handle. That URL of course is completely wrong. I have tried it on three different versions of Mac OS X.
I reported the problem to Aurelia, https://github.com/aurelia/framework/issues/410, but they said it seems like an issue with the http-server module rather than Aurelia itself. Therefore I report it here.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:14 (1 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think it’s a different situation. The issue is the same, there’s always ‘localhost//’ before the IP address. I don’t think the browser makes a difference here, as the ‘open …’ comes from node.
This should be fixed in the latest version of
http-server
(I can’t reproduce anymore). Please reopen if it shows up again.