-
Notifications
You must be signed in to change notification settings - Fork 53
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
TypeError: Cannot read property 'split' of undefined #79
Comments
I am seeing this issue as well with Node 8, I found a potential workaround that seems to work. I'll link a PR shortly. |
I'm seeing this on node 9 too, whats the workaround? |
This is likely because of lack of http2 support, where the request sends authority header instead of host, the short term solution is to use up to node 8.1.2 and to uninstall the http2 module which causes gulp-connect to favour it, actual solution is to support http2 by pulling from the authority header instead of host |
Use nitinhayaran patch to fix http2 issue. see: intesso/connect-livereload#80 intesso/connect-livereload#79
Still seeing this in Node 9.3, works on Node 8.3 though. |
Any news on this old one? Still happening and it's a pain :( |
same issue with node version 10.12.0 |
What is the solution for the issue: TypeError: Cannot read property 'split' of undefined ? |
Confirm. |
@sergeymorkovkin : what is confirmed? |
Tried to enable https and got this error. Using [email protected], [email protected] (even though it's marked deprecated). |
Using "gulp-connect": "5.2.0" here
The text was updated successfully, but these errors were encountered: