Stream Response not working
NereaCassian opened this issue · 3 comments
NereaCassian commented
nic-foma commented
I noticed streaming stopped working for me, so went back and set everything up again. It all worked fine until I enabled HTTPS (using certbot for nginx). Once I was using HTTPS streaming stopped working.
nic-foma commented
This appears to be an issue when using nginx as a reverse proxy. Adding proxy_buffering off;
in the location block fixed it.
NereaCassian commented
Yep doing that solved it.