I am facing an issue while loading the angular web app after any deployment and getting error like ERR_HTTP2_PROTOCOL_ERROR. I am still confused about why this issue is coming again and again. Can anyone please help me with this issue.
Asked
Active
Viewed 1.2k times
2
-
check https://stackoverflow.com/questions/58215104/whats-the-neterr-http2-protocol-error-about – seven Feb 09 '21 at 16:29
1 Answers
-4
Size of the client js file which gets auto-generated while building the angular web gets above 5MB size this error usually comes so if anyone facing the same error either optimize the code to bring down the size or manually minify the js file.

static_var
- 89
- 1
- 1
- 13
-
1this cannot be, by any means be acceptable answer. js files can be larger without ERR_HTTP2_PROTOCOL_ERROR – seven Feb 09 '21 at 16:29