Home > front end >  An error has occurred. Websocket error: undefined in Linkerd Dashboard
An error has occurred. Websocket error: undefined in Linkerd Dashboard

Time:07-12

I have minikube running in AWS EC2 Instance, Meshed the application with linkerd, when i try to monitor the Live Calls throws An error has occurred. Websocket error: undefined in the linkerd dashboard.

Note: I have exposed the linkerd dashboard by updating the config args for enforced-host in linkerd viz install

> - args:
>         ...
>         - -enforced-host=.*

enter image description here

CodePudding user response:

It looks like my ingress by default doesn't support websockets. Want to get that configured or just use port forwarding. used port forwarding it worked as expected

Refer this https://github.com/linkerd/linkerd2/discussions/5264

  • Related