"unknown plugin type" for all plugins

I am unable to use any plugin and I get error for all plugins like this

time="2023-05-18T02:01:32Z" level=error msg="plugin: unknown plugin type: plugin-blockpath" routerName=dev1-api-gateway-dev1-api-gateway-dev-company-com@kubernetes entryPointName=websecure

Here is my config.
Static:

  values:
    ingressClass:
      enabled: true
      isDefaultClass: true
    ingressRoute:
      dashboard:
        enabled: false
    service:
      annotations:
        service.beta.kubernetes.io/aws-load-balancer-type: nlb
    providers:
      kubernetesCRD:
        enabled: true
      kubernetesIngress:
        enabled: true
        publishedService:
          enabled: true
    ports:
      websecure:
        tls:
          enabled: true
      web:
        redirectTo: websecure
    experimental:
      plugins:
        plugin-blockpath:
          moduleName: "github.com/traefik/plugin-blockpath"
          version: "v0.2.1"

Dynamic:

apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
  name: blockpath-health
spec:
  plugin:
    plugin-blockpath:
      Regex:
        - ^/actuator/health(.*)

Annotation:

traefik.ingress.kubernetes.io/router.middlewares: flux-system-blockpath-health@kubernetescrd
1 Like