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"