net::ERR_INCOMPLETE_CHUNKED_ENCODING

Oprendszer: OSX
Környezet: brew csomagkörnyezettel feltett nginx, PHP FPM-et hívogat, 8080-as port miatt saját user futtatja az nginx-et sudo nélkül.
Hibajelenség: Nagyméretű oldalak betöltődésekor, véletlenszerűen net::ERR_INCOMPLETE_CHUNKED_ENCODING hibaüzenettel elszáll a chrome és a safari sem tölti be az oldalakat.
Oka: Jogosultsági gondok.
Megoldás:
nginx -V 2>&1 | grep path –color parancs segítségével ki kell deríteni, hogy hol vannak az nginx átmeneti mappái és azokra meg kell adni az írási jogot az nginx-et futtató user számára.
Magyarázat:

I’ve learned that when you give a response too big for Nginx, it uses this directory to write as a working directory for temporary files. If the worker process cannot access it, Nginx will terminate the transmission before it completes, thus the error INCOMPLETE_CHUNKED_ENCODING.

Innenstackoverflow.com/…/neterr-incomplete-chunked-encoding-nginx

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.