You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: