-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
Description
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