We tried these URL rules
-
{% for r in rules %}
{% if not r.build_only %}
- {%- if r.subdomain %}{{ r.subdomain|e }}. {% endif -%} {{ r.rule|e }} {%- if r.methods %} [{{ r.methods|join(', ') }}]{% endif -%} {% endif %} {% endfor %}
The current URL, “{{ request.url|e }}”, didn’t match any of these.