Server Exception

The application encountered an unexpected condition.
RuntimeError: example failure while rendering /dashboard

Origin
GET /dashboard
Critical

Safe Fallback

catches
src/app/error.html

Diagnostic Trace

Python Runtime
stderr
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 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.