Ingresses broke after upgrading from 2.10 to 2.11

All the ingresses in the Kubernetes cluster broke once I upgraded from Traefik 2.10 to 2.11 (more precisely, Helm chart 26.0.0 to 26.1.0). I changed them to ingressroutes but that did not help either. When I try accessing the endpoints on the browser, they time out. Rolling back the version fixes it. The CRDs are not the issue since I did not revert them when I rolled back and it still works. There are no breaking changes according to the changelog and I can't see anything amiss in the diff. Any help is appreciated. Thank you!