crowdsec-bouncer-traefik-plugin: error: 500

i am not able to download the plugin. getting error 500. i haven't changed anything, using the same config from ages.

{"level":"error","plugins":["crowdsec-bouncer"],"error":"unable to set up plugins environment: unable to install plugin crowdsec-bouncer: unable to download plugin github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin: error: 500: {\"error\":\"Failed to get plugin github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin@v1.7.1\"}\n","time":"2026-08-12T18:09:16+05:30","message":"Plugins are disabled because an error has occurred."}

my traefik.yml

experimental:
  plugins:
    crowdsec-bouncer:
      moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
      version: "v1.7.1"

my config.yml

    crowdsec-bouncer:
      plugin:
        crowdsec-bouncer:
          enabled: true
          crowdsecLapiKey: "xyz"
          crowdsecLapiScheme: http
          crowdsecLapiHost: "x.y.z.x:8080"

I am seeing the same 500 while Traefik tries to fetch crowdsec-bouncer v1.7.1, so this looks more like a plugin download or upstream availability issue than a local YAML change. The error shows the plugin environment cannot install the module and then disables plugins entirely. Could you confirm whether the GitHub release or the Traefik plugin catalog was temporarily unavailable when this occurred?