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

Unable to connect from local IP, mac; >5.0.0 #251

Open
amatiash opened this issue Mar 9, 2018 · 2 comments
Open

Unable to connect from local IP, mac; >5.0.0 #251

amatiash opened this issue Mar 9, 2018 · 2 comments

Comments

@amatiash
Copy link

amatiash commented Mar 9, 2018

I run a server at http://localhost:9090/ and I was able to access it with my local ip http://100.63.31.82:9090/

It works in 5.0.0 but doesn't work in the next versions.

@Sanchez3
Copy link

Sanchez3 commented Apr 18, 2018

+1
solution:
options.host set "0.0.0.0"

@emazzu
Copy link

emazzu commented Sep 5, 2018

i was the same problem, but with the port 3000, and It works good with:

gulp.task('connect', function () {
connect.server({
root: './',
host: '0.0.0.0',
port: 3000,
liveload: true

Pustur added a commit to Pustur/tlou-fan-website that referenced this issue Jan 8, 2019
noeldelgado added a commit to noeldelgado/shadowlord that referenced this issue May 5, 2020
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

3 participants