django-bakery icon indicating copy to clipboard operation
django-bakery copied to clipboard

Gzip corrupts buildserver response

Open chrisspen opened this issue 5 years ago • 0 comments

If I delete my build directory, set BAKERY_GZIP = True, rebuild, and then python manage.py buildserver, all HTML content is corrupted in my browser, as the test server appears to be serving the raw gzipped content without the correct header.

Are there any additional settings not mentioned in the docs that need to be set to get gzipped content to be accessible via the buildserver?

chrisspen avatar Sep 11 '19 22:09 chrisspen