{% extends "vendor/errors/base.html" %} {% block icon %}⏱️{% endblock %} {% block title %}429 - Too Many Requests{% endblock %} {% block content %}
⏱️
429
Too Many Requests
You've made too many requests in a short period. Please slow down and try again in a moment.
Error Code: {{ error_code }}
{% if details and details.retry_after %}

Please wait {{ details.retry_after }} seconds before trying again.

{% endif %}
Retry Dashboard
{% if show_debug %}

🔧 Debug Information

Path: {{ path }}
Error Code: {{ error_code }}
{% if details %}
Details:
{{ details | tojson(indent=2) }}
{% endif %}
{% endif %} {% endblock %}