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

Not able to setup http2 in exercise 1 #142

Open
bhupendra1011 opened this issue Aug 7, 2018 · 2 comments
Open

Not able to setup http2 in exercise 1 #142

bhupendra1011 opened this issue Aug 7, 2018 · 2 comments
Labels
Projects

Comments

@bhupendra1011
Copy link

HI All ,

I am not able to setup http2 server in exercise 1 of PWA & Offline course . When I run npm run watch --http2 ( as ./run serve is depreacted) , and start page: https://localhost:5000 nothing loads , and on localhost:3000 , all files are served over http 1.1 . Also I noticed when I open webpage in mobile by using system IP address , server crashes . ] events.js:183
[UI] throw er; // Unhandled 'error' event
[UI] ^
[UI]
[UI] Error: read ECONNRESET
[UI] at _errnoException (util.js:1024:11)
[UI] at TCP.onread (net.js:615:25)

Here is the commit id of exercise 1: bhupendra1011@3fe6e12

@mike-north
Copy link
Member

Does HTTP 1.1 on :3000 work for you?

@bhupendra1011
Copy link
Author

Hi @mike-north , Yes I do get HTTP 1.1 on localhost:3000
screen shot 2018-08-08 at 1 33 52 pm

@mike-north mike-north added this to Todo in Support Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants