After updating from django 1.8 to 1.10.2 and working out most of the bugs locally, I get net::ERR_CONTENT_LENGTH_MISMATCH and net::ERR_EMPTY_RESPONSE when loading static files in production.
Everything works well locally when debug is True. On production, I get templates but the static files referenced in the templates fail to load.
Everything worked well in 1.8.
we are using uwsgi in production. I'm not sure what else we are using. but can find out if it is necessary.
Anyone else dealing with this? any one fixed?
Thanks.