Kiali throwing error the server could not find the requested resource (get workloadgroups.networking.istio.io)

Hi I am using istio version 1.11.3 and I have deployed kiali in istio-system namespace using the command kubectl apply -f ./addons -n istio-system. but when I port forward kiali svc and open the UI in the browser.
I get below from the kiali pod logs
E1103 10:06:52.594551 1 reflector.go:138] pkg/mod/k8s.io/client-go@v0.20.1/tools/cache/reflector.go:167: Failed to watch *kubernetes.GenericIstioObject: failed to list *kubernetes.GenericIstioObject: the server could not find the requested resource (get workloadgroups.networking.istio.io).

I am unable get topology, traffic flow etc on the UI. Can someone please help me to resolve this error?