Our site: http://shiftd.com is broken in Chrome 14. But it works fine under Safari and Firefox. Does anyone know why?
“Inspect Element” just shows an error on the GET request (failed). But with no additional information at all.
I don’t even know how to debug it… :/
Mosko
The HTTP url issues a
301 Moved Permanentlyto the HTTPS url that then serves up a corrupt gzipped document, check your server settings.(Fiddler;
HTTP Error: The chunked entity body is corrupt. Cannot find Chunk-Length in expected location. Offset: 1405)Chrome Error;
Error 321 (net::ERR_INVALID_CHUNKED_ENCODING): Unknown error.It works ok if I disable gzip,deflate in my browser.