-
Name Previous Value Current Value Priority
Normal
Major
-
Make sure you've configured websocket forwarding in your reverse proxy as described here:
https://docs.onedev.io/administration-guide/reverse-proxy-setup
-
Thanks for sharing that @robin
I am using Nginx Proxy Manager as a GUI-based reverse proxy. The mistake I made was specifying the following in the global configuration instead for the specific location:
proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade";Its resolved now & working as expected.
-
Previous Value Current Value Open
Closed
| Type |
Bug
|
| Priority |
Major
|
| Assignee | |
| Affected Versions |
Not Found
|
Issue Votes (0)
While creating an docker agent in a remote machine, using the generated command:
...I am receiving the following error in the container logs:
However, when running the same in the same machine the said error doesn't occur. I've also tried to create agents in different machines & tried regenerating the agent token as well to no avail.