We tried these URL rules

    {% for r in rules %} {% if not r.build_only %}
  1. {%- if r.subdomain %}{{ r.subdomain|e }}. {% endif -%} {{ r.rule|e }} {%- if r.methods %} [{{ r.methods|join(', ') }}]{% endif -%}
  2. {% endif %} {% endfor %}

The current URL, “{{ request.url|e }}”, didn’t match any of these.