Relative Content

Tag Archive for dockernginxnuxt.jsreverse-proxysse

Nuxt “/_loading/sse” results in “ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)”

Issue In order to overcome CORS and TLS/SSL issues during Nuxt 2.14 project development, a Docker Nginx and Node containers are in use, where Nginx is also used as a reverse-proxy. DevTools Console is currently indicating these regular request failures: GET https://test.testpay.local:444/_loading/sse net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) :444/_loading/sse:1 Nginx Proxy Container logs indicated the following issue: test-dp-webserver […]