Server Exception

The application encountered an unexpected condition.
{{ error_message }}

Origin
{{ request.method }} {{ request.url.path }}
Critical

Safe Fallback

catches
src/app/error.html

Diagnostic Trace

Python {{ request.app.version if request.app.version else 'Runtime' }}
stderr
{{ error_trace }}

Development Mode

You are seeing this detailed trace because APP_ENV is not set to production. In production, this file should display a user-friendly message without sensitive stack traces.

Debug Console

Check your terminal for the full raw logs. Use the trace above to identify the exact line number in your Python controllers causing the issue.