[Bug] Reverse proxy causes socket to disconnect #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using traefik myself and having a domain name and reverse proxy will cause multiple login windows (using traefik basic auth). If not logging in twice, the socket disconnects.
I've tried multiple options of parsing headers in traefik. I think socket connection needs to be changed in order to pass headers from traefik auth to the socket.
Reverse proxy causes socket to disconnectto [Bug] Reverse proxy causes socket to disconnectI have the same issue using NPM. it's really only an issue with trying to do set refreshes.
I am facing the same issue, have you found an solution or the cause of the issue ?
I have set the debug to true but I don't see much more problem.
My solution until the issue is resolved is to just do set refreshes directly/locally - w/o reverse proxy
Make sure Websockets Support is enabled. I use NPM and it works fine with that enabled
At least for me, it's enabled. Things don't really work at all if it's disabled.