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

URL Handling - Unable to Open localhost Webpage #97

Closed
joemccann opened this issue Jul 15, 2016 · 6 comments
Closed

URL Handling - Unable to Open localhost Webpage #97

joemccann opened this issue Jul 15, 2016 · 6 comments

Comments

@joemccann
Copy link

When I type nodesource.com it opens our the webpage as one would expect.

When I type http://0.0.0.0:3000 I get zsh: no such file or directory: http://0.0.0.0:3000.

I dug into the source code for the way URLs are handled and feel like the culprit may be there? RegEx related?

@bnb
Copy link

bnb commented Jul 15, 2016

Definitely seems like localhost pages would be A+ for locally-running Node apps and development, not to mention just about any other web platform that you'd be developing locally.

@rauchg
Copy link
Member

rauchg commented Jul 15, 2016

Yep, gotta improve the regex!

@rauchg
Copy link
Member

rauchg commented Jul 15, 2016

Good catch @joemccann

@joemccann
Copy link
Author

You bet @rauchg

Love this project!

@7373Lacym
Copy link
Contributor

FYI If you need this now it looks like www.localhost works.

@rauchg
Copy link
Member

rauchg commented Dec 31, 2016

URL handling has been vastly improved on 1.0.1! Thanks for the reports 🙏

@rauchg rauchg closed this as completed Dec 31, 2016
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

No branches or pull requests

4 participants