Server Exception
The application encountered an unexpected condition.
RuntimeError: example failure while rendering /dashboard
Origin
GET /dashboard
Safe Fallback
catches
src/app/error.py
Diagnostic Trace
Python Runtime
Traceback (most recent call last):
File "src/app/dashboard/index.py", line 18, in page
raise RuntimeError("Example failure")
RuntimeError: Example failure
Development Mode
You see detailed traces only when
APP_ENV explicitly
selects a development environment. In production, this module displays 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.