Live reload socket closed every ~10 seconds #7222
Labels
help wanted
needs: investigation
Requires some digging to determine if action is needed
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
type: bug/fix
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.2.6
node: 8.2.0
os: linux x64
Repro steps.
I have Angular Cli running in a docker container, with the command:
Then I have another docker container running an nginx reverse-proxy listening on port 80. The conf is as follows:
I have docker mapping the host port 8888 to nginx container port 80.
When I run the docker containers, and browse to localhost:8888, the page loads well, and changing source files correctly causes a refresh of the page. BUT, every ~10 seconds, the Socket connection will disconnect and cause a page refresh.
The log given by the failure.
Desired functionality.
I would like to have live reload working behind a reverse proxy
The text was updated successfully, but these errors were encountered: