Hello,
i work on a site using cloudflare (not public so i can’t give you the url)
An user can’t load some css/js files with chrome 87 on windows 10 (on edge it works).
He get this error ERR_HTTP2_COMPRESSION_ERROR.
Some informations :
- on a page, not all files fails to load (for example style1.css loads and style2.css doesnt load) - they are stored and served the same way. (AWS elasticbeanstalk + cloudflare)
- i can’t reproduce the problem on a computer with windows 10 + chrome 87
- files that he can’t load are not huge (50kb), they are build with webpack and minimized
- there is a cache buster param (style.css?v=xxx)
Anyone already had this problem ?
Thank you