I\'m making a basic jquery playground site. I am getting Error: net::ERR_CONTENT_LENGTH_MISMATCH is happening on page load and the background images are not loa
net::ERR_CONTENT_LENGTH_MISMATCH
If you are using nginx + proxied server, try: proxy_buffering off;
proxy_buffering off;
More infos: https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/