edv / docker-spotweb

Dockerfile to easily set up Spotweb using Docker on the Raspberry Pi (or any compatible arm chipset) and regular x86 chipsets
MIT License
27 stars 19 forks source link

Receiving net::ERR_INCOMPLETE_CHUNKED_ENCODING for JS #40

Closed KoningFloris closed 1 year ago

KoningFloris commented 4 years ago

FYI

I was getting the error "net::ERR_INCOMPLETE_CHUNKED_ENCODING" for the URL page=statics&type=js&lang=en_US&mod=1563263890

I solved it with the answer here: https://stackoverflow.com/questions/29789268/neterr-incomplete-chunked-encoding-nginx

My solution was a blanket chmod -R 7777 * on the /var/lib/nginx folder. A more elegant solution is likely in the cards.

edv commented 1 year ago

A lot has changed since this comment. Right now this seems to work, let me know if you do still encounter problems