Coder templates create fail
I deploy coder in kubernetes but appear error when I create a template, please help, thx
8 Replies
Is your deployment in front of a proxy?
yes, I have a proxy
I don't think your proxy is forwarding WebSocket's properly.
I am using ingress nginx deployed on k8s
@kyle How can i fix it ?
@kimke5 - You have to figure out how to upgrade the ingress to allow for websockets.
https://github.com/nginxinc/kubernetes-ingress/tree/v2.4.2/examples/ingress-resources/websocket
For me it was an issue with http version 1.0. Web sockets don't support 1.0.
In the nginx configuration add the following in your location block:
You may also need to add
Marked the thread as resolved.