Vithu R
Vithu R
I am also getting the same issue. is there any fix for this ?
never mind. in my case i used the same name for both endpoints. so please make sure you dont use duplicate names when you define endpoints
Hi, go-chi has been very popular among the go developers, specially for it's light weight implementation. It would be great if we could receive some update on this from New...
Hi when will you release the new image with the updated dependencies?
Hi Any update on this issue ?
Terminate the ssl in our nginx and use http upgrade ``` location /api/v1/ws { proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_set_header Upgrade websocket; proxy_set_header Connection Upgrade; proxy_pass :; } ```
with this change, will you be able to connect the frontend via SDK? like below ` c, err := client.Dial(client.Options{ HostPort: "ingress-path-prefix:80", })`
I tried. but it didn't work for me. sharing my config server: frontend: service: annotations: {} # Evaluated as template type: ClusterIP port: 7233 ingress: enabled: true className: traefik annotations:...