Unable to connect to clusters after OpenLens update

Hi, I’ve updated the OpenLens and now i get the following error:

And my kubeconfig is like:

apiVersion: v1
clusters:

  • cluster:
    server: XXXX
    certificate-authority-data: XXXX
    name: kubernetes
    contexts:
  • context:
    cluster: kubernetes
    user: aws
    name: aws
    current-context: aws
    kind: Config
    preferences: {}
    users:
  • name: aws
    user:
    exec:
    apiVersion: client.authentication.k8s.io/v1alpha1
    command: aws-iam-authenticator
    args:
    - “token”
    - “-i”
    - “dev”

Can you still connect to the cluster using kubectl? Try recreating the kubeconfig by running aws eks update-config (if relevant)?