Nitro debug

{{ exception_type }}

at {{ path }}

{{ exception_value }}
{{ method }} {{ path }}

Details

Exception type
{{ exception_type }}
Exception value
{{ exception_value }}
{% if frames %}
Exception location
{{ frames[-1].filename }}, line {{ frames[-1].lineno }}, in {{ frames[-1].name }}
{% endif %}
Request method
{{ method }}
Request URL
{{ path }}
Python version
{{ python_version }}

Traceback · most recent call last

You're seeing this because DEBUG = True in your Nitro settings. Set it to False in production and Nitro will display a standard 500 page instead.